summaryrefslogtreecommitdiff
path: root/mak.vc8/im_view.vcproj
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-20 20:21:41 +0000
committerscuri <scuri>2009-08-20 20:21:41 +0000
commitc0c51969cb9f5175cd85932b4dee9838c22ed19d (patch)
treef402a9f8f214b9a3ffd5016cbc9411ca3459f8e1 /mak.vc8/im_view.vcproj
parent118bba12e5db09d4412ad4999b346d7d46e5489e (diff)
*** empty log message ***
Diffstat (limited to 'mak.vc8/im_view.vcproj')
-rw-r--r--mak.vc8/im_view.vcproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/mak.vc8/im_view.vcproj b/mak.vc8/im_view.vcproj
index fcd41db..117b0fd 100644
--- a/mak.vc8/im_view.vcproj
+++ b/mak.vc8/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"