summaryrefslogtreecommitdiff
path: root/vcnet/editor.vcproj
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-08-28 17:33:56 +0000
committerFabien Costantini <fabien@onepost.net>2008-08-28 17:33:56 +0000
commite77a5d14d831a5cc247396aa6911f31371d2e2d3 (patch)
tree91fe3e1feb9f29677a81ab1d825422b1a685f7ee /vcnet/editor.vcproj
parent5156431137c00d526b9ddafab694db9a05a9f7fe (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/editor.vcproj')
-rw-r--r--vcnet/editor.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/editor.vcproj b/vcnet/editor.vcproj
index 340f3ded0..4bc07457f 100644
--- a/vcnet/editor.vcproj
+++ b/vcnet/editor.vcproj
@@ -36,7 +36,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib"
+ AdditionalDependencies="comctl32.lib"
OutputFile="../test/editor.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -100,7 +100,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib"
+ AdditionalDependencies="comctl32.lib"
OutputFile="../test/editord.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"