diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-08-28 17:33:56 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-08-28 17:33:56 +0000 |
| commit | e77a5d14d831a5cc247396aa6911f31371d2e2d3 (patch) | |
| tree | 91fe3e1feb9f29677a81ab1d825422b1a685f7ee /vcnet/doublebuffer.vcproj | |
| parent | 5156431137c00d526b9ddafab694db9a05a9f7fe (diff) | |
wsock32 static lib dependency removal from win build files.
error msg if wsock load fails changed by Fl::fatal() API use.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'vcnet/doublebuffer.vcproj')
| -rw-r--r-- | vcnet/doublebuffer.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/doublebuffer.vcproj b/vcnet/doublebuffer.vcproj index 723a964b3..06d566b6b 100644 --- a/vcnet/doublebuffer.vcproj +++ b/vcnet/doublebuffer.vcproj @@ -35,7 +35,7 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="fltkd.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="fltkd.lib comctl32.lib"
OutputFile="../test/doublebufferd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -100,7 +100,7 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="fltk.lib wsock32.lib comctl32.lib"
+ AdditionalDependencies="fltk.lib comctl32.lib"
OutputFile="../test/doublebuffer.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
|
