fix up some of the options for the "fastdebug" configuration.
This commit is contained in:
@@ -177,7 +177,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<Configuration
|
||||
Name="FastDebug|Win32"
|
||||
OutputDirectory="$(TargetDir)"
|
||||
IntermediateDirectory="FastDebug"
|
||||
IntermediateDirectory=".\..\FastDebug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@@ -208,7 +208,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||
OutputFile="../Program/StepMania-debug.exe"
|
||||
OutputFile="../Program/StepMania-fastdebug.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories=""
|
||||
|
||||
Reference in New Issue
Block a user