more build rule fixes
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj"
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||||
OutputFile="../StepMania-debug.exe"
|
OutputFile="../StepMania-debug.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
@@ -120,7 +120,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj"
|
||||||
/FIXED:no
|
/FIXED:no
|
||||||
"
|
"
|
||||||
OutputFile=".\../StepMania.exe"
|
OutputFile=".\../StepMania.exe"
|
||||||
@@ -190,7 +190,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj"
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||||
OutputFile="../StepMania-debug.exe"
|
OutputFile="../StepMania-debug.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
@@ -268,7 +268,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 $(intdir)\verstub.obj
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj"
|
||||||
/FIXED:no
|
/FIXED:no
|
||||||
"
|
"
|
||||||
OutputFile=".\../StepMania.exe"
|
OutputFile=".\../StepMania.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user