aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/UseWinLibs.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-12 22:08:03 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-12 22:08:03 +0000
commit3ab87995267e635d6dd70ea4bfbb33f6fcf49d22 (patch)
tree921d4fe33cb0cb6eb81c46d707ab041c69811f52 /cmake/modules/UseWinLibs.cmake
parentc2b2d204db58fe40cecd28ba21c72d4d1038d1c8 (diff)
Remove some things that I added while not understanding the real
problem/solution. "Long" since solved by copying the solution from Makefile.nmake. Small update to the status of cmake builds on windows svn path=/trunk/; revision=52574
Diffstat (limited to 'cmake/modules/UseWinLibs.cmake')
-rw-r--r--cmake/modules/UseWinLibs.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmake/modules/UseWinLibs.cmake b/cmake/modules/UseWinLibs.cmake
index 2080e43973..1e8db30389 100644
--- a/cmake/modules/UseWinLibs.cmake
+++ b/cmake/modules/UseWinLibs.cmake
@@ -14,8 +14,9 @@ if( WIN32 )
set( WIN_WSOCK32_LIBRARY wsock32.lib )
set( WIN_COMCTL32_LIBRARY comctl32.lib )
- set( WIN_SETARGV_OBJECT setargv.obj )
-
- set( WS_LINK_FLAGS ${WS_LINK_FLAGS} "${WIN_SETARGV_OBJECT}" )
+ # Looks like this is not needed after all
+ # set( WIN_SETARGV_OBJECT setargv.obj )
+ #
+ # set( WS_LINK_FLAGS ${WS_LINK_FLAGS} "${WIN_SETARGV_OBJECT}" )
endif()