diff options
author | scuri <scuri> | 2010-11-12 00:39:43 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-11-12 00:39:43 +0000 |
commit | fb1900a61f16ff86f1c77a7788efd185305c511b (patch) | |
tree | 46591ed9afd5fe7d76e30973baff76af53c56352 /mak.vc9 | |
parent | acf0c284c9d29357090b74390b009a86a7a62fc3 (diff) |
*** empty log message ***
Diffstat (limited to 'mak.vc9')
-rw-r--r-- | mak.vc9/im_view.vcproj | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mak.vc9/im_view.vcproj b/mak.vc9/im_view.vcproj index 6ae9671..8938253 100644 --- a/mak.vc9/im_view.vcproj +++ b/mak.vc9/im_view.vcproj @@ -65,7 +65,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.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 iupimglib.lib" OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="1" AdditionalLibraryDirectories="../lib;../../iup/lib;../../cd/lib" @@ -109,6 +109,13 @@ <File RelativePath="..\test\im_view.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> </Filter> </Files> |