summaryrefslogtreecommitdiff
path: root/cd/mak.vc8/cdx11.vcproj
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:18:43 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:18:43 -0700
commit25e85e1b809ec58ecac0f2e8fe48f74836f8e131 (patch)
treea53caef2257fefdd6610a17427fd14ee656bbc92 /cd/mak.vc8/cdx11.vcproj
parent7c0c85a86aa73c0c495523f994f8412e377a8195 (diff)
Upgrading to CD 5.3
Diffstat (limited to 'cd/mak.vc8/cdx11.vcproj')
-rwxr-xr-xcd/mak.vc8/cdx11.vcproj19
1 files changed, 11 insertions, 8 deletions
diff --git a/cd/mak.vc8/cdx11.vcproj b/cd/mak.vc8/cdx11.vcproj
index 5fec9f3..5b7d433 100755
--- a/cd/mak.vc8/cdx11.vcproj
+++ b/cd/mak.vc8/cdx11.vcproj
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="cdx11"
ProjectGUID="{01818D2C-7689-4D5C-1234-4DFF401C6461}"
+ TargetFrameworkVersion="0"
>
<Platforms>
<Platform
@@ -16,7 +17,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="..\lib"
- IntermediateDirectory="..\obj"
+ IntermediateDirectory="..\obj\Debug\$(ProjectName)"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -40,16 +41,18 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\include;..\src;..\src\drv;..\src\iup;..\src\x11;..\src\sim;C:\LNG\x11inc;..\..\iup\include"
+ AdditionalIncludeDirectories="..\include;..\src;..\src\drv;..\src\iup;..\src\x11;..\src\sim;D:\LNG\x11inc;..\..\iup\include"
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,CD_NO_OLD_INTERFACE,_CRT_SECURE_NO_DEPRECATE"
- RuntimeLibrary="0"
- PrecompiledHeaderFile=".\..\obj/cdx11.pch"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\..\obj\x11/cdx11.pch"
AssemblerListingLocation=""
- ObjectFile="$(IntDir)/"
- ProgramDataBaseFileName="..\obj\"
+ ObjectFile="$(IntDir)\"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="1"
+ CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -63,7 +66,7 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="..\lib\cdx11.lib"
+ OutputFile="$(OutDir)/$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool