summaryrefslogtreecommitdiff
path: root/vcnet/help.vcproj
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-05-17 14:44:39 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-05-17 14:44:39 +0000
commitdc2eec2f54022ef4b14a7331fc6ac59f1a12bb76 (patch)
treed9d6246af4c58ef4681609ce4437fe3933739353 /vcnet/help.vcproj
parent3e73271c5b36f8da1dad8b6267116e12464f5e42 (diff)
VC++.NET fixes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3423 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'vcnet/help.vcproj')
-rw-r--r--vcnet/help.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/help.vcproj b/vcnet/help.vcproj
index e3b9c9eea..e102fea22 100644
--- a/vcnet/help.vcproj
+++ b/vcnet/help.vcproj
@@ -36,7 +36,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="fltk.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="png.lib z.lib jpeg.lib wsock32.lib comctl32.lib"
OutputFile="../test/help.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -99,7 +99,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="fltkd.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="png.lib z.lib jpeg.lib wsock32.lib comctl32.lib"
OutputFile="../test/helpd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"