summaryrefslogtreecommitdiff
path: root/vcnet/help.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/help.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/help.vcproj')
-rw-r--r--vcnet/help.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcnet/help.vcproj b/vcnet/help.vcproj
index 541a33a90..3bb0d07e4 100644
--- a/vcnet/help.vcproj
+++ b/vcnet/help.vcproj
@@ -36,7 +36,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="png.lib z.lib jpeg.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="wsock32.lib comctl32.lib"
OutputFile="../test/help.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -93,13 +93,13 @@
ObjectFile=".\help_/"
ProgramDataBaseFileName=".\help_/"
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/helpd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"