summaryrefslogtreecommitdiff
path: root/mak.vc8/cdlua3.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'mak.vc8/cdlua3.vcproj')
-rw-r--r--mak.vc8/cdlua3.vcproj12
1 files changed, 7 insertions, 5 deletions
diff --git a/mak.vc8/cdlua3.vcproj b/mak.vc8/cdlua3.vcproj
index 524b054..2cac691 100644
--- a/mak.vc8/cdlua3.vcproj
+++ b/mak.vc8/cdlua3.vcproj
@@ -17,7 +17,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="..\lib"
- IntermediateDirectory="..\obj\cdlua3"
+ IntermediateDirectory="..\obj\Debug\$(ProjectName)"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -43,14 +43,16 @@
Optimization="0"
AdditionalIncludeDirectories="..\include;..\..\lua\include"
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_CRT_SECURE_NO_DEPRECATE"
- RuntimeLibrary="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
PrecompiledHeaderFile=""
- AssemblerListingLocation="..\obj\cdlua3/"
- ObjectFile="..\obj\cdlua3/"
- ProgramDataBaseFileName="..\obj\cdlua3/"
+ AssemblerListingLocation=""
+ ObjectFile="$(IntDir)\"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="1"
+ CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"