Author: AlbrechtS Date: 2009-09-13 02:25:04 -0700 (Sun, 13 Sep 2009) New Revision: 6859 Log: removed wsock32 from CMakeLists.txt, because it's not needed any more (STR #2244)
Modified: branches/branch-1.3/CMakeLists.txt Modified: branches/branch-1.3/CMakeLists.txt =================================================================== --- branches/branch-1.3/CMakeLists.txt 2009-09-10 07:15:52 UTC (rev 6858) +++ branches/branch-1.3/CMakeLists.txt 2009-09-13 09:25:04 UTC (rev 6859) @@ -78,7 +78,7 @@ IF(MINGW) ADD_DEFINITIONS(-DWIN32) - SET( FLTK_PLATFORM_DEPENDENT_LIBS ole32 uuid comctl32 wsock32 gdi32 comdlg32) + SET( FLTK_PLATFORM_DEPENDENT_LIBS ole32 uuid comctl32 gdi32 comdlg32) ENDIF(MINGW) INCLUDE(CheckIncludeFiles) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
