summaryrefslogtreecommitdiff
path: root/cd/mak.vc8/cdpdf.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'cd/mak.vc8/cdpdf.vcproj')
-rwxr-xr-xcd/mak.vc8/cdpdf.vcproj13
1 files changed, 7 insertions, 6 deletions
diff --git a/cd/mak.vc8/cdpdf.vcproj b/cd/mak.vc8/cdpdf.vcproj
index d4cc7a7..cd3a618 100755
--- a/cd/mak.vc8/cdpdf.vcproj
+++ b/cd/mak.vc8/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,14 +43,15 @@
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="true"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="1"
CompileAs="0"
/>
@@ -66,7 +67,7 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="..\lib\cdpdflib.lib"
+ OutputFile="$(OutDir)/$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool