diff options
author | Pixel <pixel@nobis-crew.org> | 2010-06-15 00:18:43 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2010-06-15 00:18:43 -0700 |
commit | 25e85e1b809ec58ecac0f2e8fe48f74836f8e131 (patch) | |
tree | a53caef2257fefdd6610a17427fd14ee656bbc92 /cd/mak.vc8/cdluaim5.vcproj | |
parent | 7c0c85a86aa73c0c495523f994f8412e377a8195 (diff) |
Upgrading to CD 5.3
Diffstat (limited to 'cd/mak.vc8/cdluaim5.vcproj')
-rwxr-xr-x | cd/mak.vc8/cdluaim5.vcproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/cd/mak.vc8/cdluaim5.vcproj b/cd/mak.vc8/cdluaim5.vcproj index dd219f5..91b8fd7 100755 --- a/cd/mak.vc8/cdluaim5.vcproj +++ b/cd/mak.vc8/cdluaim5.vcproj @@ -17,7 +17,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\lib" - IntermediateDirectory="..\obj\cdluaim5" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -46,14 +46,15 @@ PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" ExceptionHandling="0" BasicRuntimeChecks="3" - RuntimeLibrary="0" + RuntimeLibrary="1" PrecompiledHeaderFile="..\lib/cdluaim5.pch" - AssemblerListingLocation="..\obj\cdluaim5/" - ObjectFile="..\obj\cdluaim5/" - ProgramDataBaseFileName="..\lib/" + AssemblerListingLocation="" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="1" + CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -68,7 +69,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\lib\cdluaim51.lib" + OutputFile="$(OutDir)/$(ProjectName)1.lib" SuppressStartupBanner="true" /> <Tool |