minor build correction
This commit is contained in:
parent
164adcb45c
commit
c9765f1946
@ -55,9 +55,9 @@
|
||||
</ClCompile>
|
||||
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist ..\lib\$(IntDir) md ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).lib" ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
<Command>cd ..\
|
||||
postbuild "$(TargetPath)"
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
@ -72,9 +72,9 @@ copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
</ClCompile>
|
||||
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist ..\lib\$(IntDir) md ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).lib" ..\lib\$(IntDir)
|
||||
copy "$(TargetDir)$(TargetName).pdb" ..\lib\$(IntDir) </Command>
|
||||
<Command>cd ..\
|
||||
postbuild "$(TargetPath)"
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
@ -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