summaryrefslogtreecommitdiff
path: root/cd/mak.vc8/cd.vcproj
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:18:43 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:18:43 -0700
commit25e85e1b809ec58ecac0f2e8fe48f74836f8e131 (patch)
treea53caef2257fefdd6610a17427fd14ee656bbc92 /cd/mak.vc8/cd.vcproj
parent7c0c85a86aa73c0c495523f994f8412e377a8195 (diff)
Upgrading to CD 5.3
Diffstat (limited to 'cd/mak.vc8/cd.vcproj')
-rwxr-xr-xcd/mak.vc8/cd.vcproj12
1 files changed, 7 insertions, 5 deletions
diff --git a/cd/mak.vc8/cd.vcproj b/cd/mak.vc8/cd.vcproj
index fb95279..2abc61f 100755
--- a/cd/mak.vc8/cd.vcproj
+++ b/cd/mak.vc8/cd.vcproj
@@ -17,7 +17,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="..\lib"
- IntermediateDirectory="..\obj"
+ IntermediateDirectory="..\obj\Debug\$(ProjectName)"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -43,14 +43,16 @@
Optimization="0"
AdditionalIncludeDirectories="..\include,..\src,..\src\drv,..\src\freetype2,..\src\intcgm,..\src\iup,..\src\sim"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CD_NO_OLD_INTERFACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE"
- RuntimeLibrary="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
PrecompiledHeaderFile=".\..\obj/cd.pch"
AssemblerListingLocation=""
- ObjectFile="$(IntDir)/"
- ProgramDataBaseFileName="..\obj\"
+ ObjectFile="$(IntDir)\"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="1"
+ CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -64,7 +66,7 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="..\lib\cd.lib"
+ OutputFile="$(OutDir)/$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool