Don't hardcode output paths, Visual Studio does the right thing.

This commit is contained in:
Sam Lantinga 2012-01-09 04:53:58 -05:00
parent 93b05747f5
commit 5d1613d59e
25 changed files with 139 additions and 283 deletions

View file

@ -53,9 +53,6 @@
MinimalRebuild="true"
RuntimeLibrary="3"
PrecompiledHeaderFile=".\Debug/testcursor.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@ -73,7 +70,6 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile=".\Debug/testcursor.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
@ -149,9 +145,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/testcursor.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
/>
@ -168,7 +161,6 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile=".\Release/testcursor.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/testcursor.pdb"