minor build correction
This commit is contained in:
parent
164adcb45c
commit
c9765f1946
@ -53,12 +53,12 @@
|
||||
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist ..\lib\$(IntDir) md ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).lib" ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
</PostBuildEvent>
|
||||
|
||||
<PostBuildEvent>
|
||||
<Command>cd ..\
|
||||
postbuild "$(TargetPath)"
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
@ -70,12 +70,12 @@ copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist ..\lib\$(IntDir) md ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).lib" ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
</PostBuildEvent>
|
||||
|
||||
<PostBuildEvent>
|
||||
<Command>cd ..\
|
||||
postbuild "$(TargetPath)"
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\config.h" />
|
||||
|
@ -433,15 +433,8 @@ postbuild "$(TargetPath)"
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
'''
|
||||
f2 = '''
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist ..\lib\$(IntDir) md ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).lib" ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
</PostBuildEvent>
|
||||
'''
|
||||
|
||||
outf.write(f2 if is_cpp else f1)
|
||||
outf.write(f1)
|
||||
|
||||
def vcx_tool_options(config, plat, is_dll, is_cpp, af_list, outf):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user