Blob Blame History Raw
diff -up ./rts/lib/liblobby/CMakeLists.txt.staticlib ./rts/lib/liblobby/CMakeLists.txt
--- ./rts/lib/liblobby/CMakeLists.txt.staticlib	2009-12-24 08:31:38.501099163 +0100
+++ ./rts/lib/liblobby/CMakeLists.txt	2009-12-24 08:31:52.239960507 +0100
@@ -1,4 +1,4 @@
-add_library(lobby Connection)
+add_library(lobby STATIC Connection)
 target_link_libraries(lobby ${WIN32_LIBRARIES} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY})
 
 add_executable(testapp EXCLUDE_FROM_ALL Test/testapp)