diff options
Diffstat (limited to 'mak.vc9/im_view.vcproj')
-rw-r--r-- | mak.vc9/im_view.vcproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mak.vc9/im_view.vcproj b/mak.vc9/im_view.vcproj index 4881ad3..2f84d8f 100644 --- a/mak.vc9/im_view.vcproj +++ b/mak.vc9/im_view.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="..\bin" - IntermediateDirectory="..\obj\$(ProjectName)" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" @@ -47,9 +47,12 @@ BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" Detect64BitPortabilityProblems="false" DebugInformationFormat="1" + CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -62,7 +65,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.lib iupwin.lib cd.lib iupcd.lib freetype6.lib" + AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.lib cd.lib iupcd.lib freetype6.lib" OutputFile="$(OutDir)/im_view.exe" LinkIncremental="1" AdditionalLibraryDirectories="../lib;../../iup/lib;../../cd/lib" |