diff options
Diffstat (limited to 'mak.vc8/cdsimplegdk.vcproj')
-rw-r--r-- | mak.vc8/cdsimplegdk.vcproj | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mak.vc8/cdsimplegdk.vcproj b/mak.vc8/cdsimplegdk.vcproj index ed2bb5a..7d74fac 100644 --- a/mak.vc8/cdsimplegdk.vcproj +++ b/mak.vc8/cdsimplegdk.vcproj @@ -17,7 +17,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\bin" - IntermediateDirectory="..\obj\cdsimplegdk" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -45,14 +45,16 @@ Optimization="0" AdditionalIncludeDirectories="..\include,..\..\iup\include" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__CD__;simple;_CRT_SECURE_NO_DEPRECATE;USE_GDK" - RuntimeLibrary="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" PrecompiledHeaderFile=".\..\obj\cdsimplegdk/cdsimplegdk.pch" - AssemblerListingLocation=".\..\obj\cdsimplegdk/" - ObjectFile=".\..\obj\cdsimplegdk/" - ProgramDataBaseFileName=".\..\obj\cdsimplegdk/" + AssemblerListingLocation="" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="1" + CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -68,7 +70,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" - AdditionalDependencies="gtk-win32-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib pangowin32-1.0.lib gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib freetype6.lib cd.lib iupcd.lib iup.lib iupgtk.lib comctl32.lib cdcontextplus.lib gdiplus.lib cdpdf.lib pdflib.lib iupcontrols.lib" + AdditionalDependencies="gtk-win32-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib pangowin32-1.0.lib gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib freetype6.lib cd.lib iupcd.lib iupgtk.lib comctl32.lib cdcontextplus.lib gdiplus.lib cdpdf.lib pdflib.lib iupcontrols.lib" OutputFile="..\bin/cdsimplegdk.exe" LinkIncremental="2" SuppressStartupBanner="true" |