summaryrefslogtreecommitdiff
path: root/vcnet/pixmap_browser.vcproj
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-09-15 13:38:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-09-15 13:38:03 +0000
commit0980e981484a5077b4f63c9fbd08e9f685ff81e1 (patch)
tree41dded894953eb03bfe5acb3ed2e72342ce04b05 /vcnet/pixmap_browser.vcproj
parent5a8ed382a11ee9ce779d1b39dc625393ce617a6f (diff)
More VC++ fixes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3832 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'vcnet/pixmap_browser.vcproj')
-rw-r--r--vcnet/pixmap_browser.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcnet/pixmap_browser.vcproj b/vcnet/pixmap_browser.vcproj
index f82879be6..97e18a04f 100644
--- a/vcnet/pixmap_browser.vcproj
+++ b/vcnet/pixmap_browser.vcproj
@@ -29,13 +29,13 @@
ObjectFile=".\pixmap_browser_/"
ProgramDataBaseFileName=".\pixmap_browser_/"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="png.lib z.lib jpeg.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="wsock32.lib comctl32.lib"
OutputFile="../test/pixmap_browserd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -100,7 +100,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="png.lib z.lib jpeg.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="wsock32.lib comctl32.lib"
OutputFile="../test/pixmap_browser.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"