use quotes to fix the build rules when there's a space in the path
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
TypeLibraryName=".\../StepMania.tlb"/>
|
TypeLibraryName=".\../StepMania.tlb"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi"/>
|
CommandLine="disasm\mapconv "$(IntDir)\$(TargetName).map" "$(TargetDir)\StepMania.vdi" "ia32.vdi""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="disasm\verinc
|
CommandLine="disasm\verinc
|
||||||
@@ -140,7 +140,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
|||||||
TypeLibraryName=".\../StepMania.tlb"/>
|
TypeLibraryName=".\../StepMania.tlb"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi ia32.vdi"/>
|
CommandLine="disasm\mapconv "$(IntDir)\$(TargetName).map" "$(TargetDir)\StepMania.vdi" "ia32.vdi""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="disasm\verinc
|
CommandLine="disasm\verinc
|
||||||
|
|||||||
Reference in New Issue
Block a user