diff options
author | scuri <scuri> | 2009-08-20 20:19:02 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-20 20:19:02 +0000 |
commit | 32f77f4ac3ee47cb92fac3fbfb8b7d1c0ad68824 (patch) | |
tree | 0189d2435d0da72f51185ac8370b7b17c7cf9bba /mak.vc9/cdpdf.vcproj | |
parent | 69a24d9fdf8ea9d7b8d0966d3dd15f7b466fac65 (diff) |
*** empty log message ***
Diffstat (limited to 'mak.vc9/cdpdf.vcproj')
-rw-r--r-- | mak.vc9/cdpdf.vcproj | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mak.vc9/cdpdf.vcproj b/mak.vc9/cdpdf.vcproj index a106b1a..3c58eb1 100644 --- a/mak.vc9/cdpdf.vcproj +++ b/mak.vc9/cdpdf.vcproj @@ -17,7 +17,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\lib" - IntermediateDirectory="..\obj\cdpdf" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -43,11 +43,12 @@ Optimization="0" AdditionalIncludeDirectories="..\include;..\src;..\src\sim;..\src\pdflib\pdflib" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CD_NO_OLD_INTERFACE;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" PrecompiledHeaderFile="..\obj\cdpdf/cdpdf.pch" AssemblerListingLocation="" - ObjectFile="$(IntDir)/" - ProgramDataBaseFileName="..\obj\cdpdf/" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="false" |