summaryrefslogtreecommitdiff
path: root/cd/mak.vc8/cdlua5.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'cd/mak.vc8/cdlua5.vcproj')
-rwxr-xr-xcd/mak.vc8/cdlua5.vcproj14
1 files changed, 8 insertions, 6 deletions
diff --git a/cd/mak.vc8/cdlua5.vcproj b/cd/mak.vc8/cdlua5.vcproj
index f92d515..329e056 100755
--- a/cd/mak.vc8/cdlua5.vcproj
+++ b/cd/mak.vc8/cdlua5.vcproj
@@ -17,7 +17,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="..\lib"
- IntermediateDirectory="..\obj\cdlua5"
+ IntermediateDirectory="..\obj\Debug\$(ProjectName)"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -43,14 +43,16 @@
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\cdlua5/"
- ObjectFile="..\obj\cdlua5/"
- ProgramDataBaseFileName="..\obj\cdlua5/"
+ AssemblerListingLocation=""
+ 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\cdlua51.lib"
+ OutputFile="$(OutDir)/$(ProjectName)1.lib"
SuppressStartupBanner="true"
/>
<Tool