diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-05-17 14:44:39 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-05-17 14:44:39 +0000 |
| commit | dc2eec2f54022ef4b14a7331fc6ac59f1a12bb76 (patch) | |
| tree | d9d6246af4c58ef4681609ce4437fe3933739353 /vcnet/pixmap_browser.vcproj | |
| parent | 3e73271c5b36f8da1dad8b6267116e12464f5e42 (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/pixmap_browser.vcproj')
| -rw-r--r-- | vcnet/pixmap_browser.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/pixmap_browser.vcproj b/vcnet/pixmap_browser.vcproj index 75a7f521c..85c674e08 100644 --- a/vcnet/pixmap_browser.vcproj +++ b/vcnet/pixmap_browser.vcproj @@ -35,7 +35,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/pixmap_browserd.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" @@ -100,7 +100,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/pixmap_browser.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" |
