diff options
Diffstat (limited to 'mak.vc9/cdluapdf5.vcproj')
-rw-r--r-- | mak.vc9/cdluapdf5.vcproj | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mak.vc9/cdluapdf5.vcproj b/mak.vc9/cdluapdf5.vcproj index a0ae2d2..54537b1 100644 --- a/mak.vc9/cdluapdf5.vcproj +++ b/mak.vc9/cdluapdf5.vcproj @@ -17,7 +17,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\lib" - IntermediateDirectory="..\obj\cdluapdf5" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -43,11 +43,12 @@ Optimization="0" AdditionalIncludeDirectories="..\include;..\..\lua5.1\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,CD_NO_OLD_INTERFACE,_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" PrecompiledHeaderFile="" - AssemblerListingLocation="..\obj\cdluapdf5/" - ObjectFile="..\obj\cdluapdf5/" - ProgramDataBaseFileName="..\obj\cdluapdf5/" + AssemblerListingLocation="" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="1" |