Move mapconv and verinc binaries alongside their source and don't

clutter the main dir with them.
This commit is contained in:
Glenn Maynard
2002-09-02 11:48:33 +00:00
parent cb248c2ee3
commit d7e6f59b3b
4 changed files with 12 additions and 10 deletions
+4 -4
View File
@@ -59,8 +59,8 @@ IntDir=.\../Release
TargetDir=\stepmania\stepmania
TargetName=StepMania
SOURCE="$(InputPath)"
PreLink_Cmds=verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi
# End Special Build Tool
!ELSEIF "$(CFG)" == "StepMania - Win32 Debug"
@@ -95,8 +95,8 @@ IntDir=.\../Debug
TargetDir=\stepmania\stepmania
TargetName=StepMania-debug
SOURCE="$(InputPath)"
PreLink_Cmds=verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi
# End Special Build Tool
!ENDIF
+8 -6
View File
@@ -63,8 +63,9 @@
CommandLine="mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="verinc
cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\"/>
CommandLine="disasm\verinc
cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
@@ -87,7 +88,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\"/>
WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/EHa"
AdditionalOptions="/EHa "
Optimization="3"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
@@ -133,11 +134,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\"/>
TypeLibraryName=".\../StepMania.tlb"/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi"/>
CommandLine="disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi"/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="verinc
cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\"/>
CommandLine="disasm\verinc
cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Binary file not shown.
Binary file not shown.