Skip to content

Commit

Permalink
remove lualobby
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Nov 5, 2012
1 parent 8ae98a9 commit 05f61e7
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 2,032 deletions.
91 changes: 0 additions & 91 deletions cont/examples/Widgets/ingame_lobby.example.lua

This file was deleted.

4 changes: 2 additions & 2 deletions rts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ ENDIF (UNIX AND NOT MINGW)

FIND_PACKAGE_STATIC(ZLIB REQUIRED)
LIST(APPEND engineCommonLibraries ${DEVIL_IL_LIBRARY} ${JPEG_LIBRARY} ${PNG_LIBRARY})
LIST(APPEND engineCommonLibraries ${Boost_REGEX_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_SIGNALS_LIBRARY})
LIST(APPEND engineCommonLibraries lua luasocket archives streflop lobby assimp)
LIST(APPEND engineCommonLibraries ${Boost_REGEX_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_SIGNALS_LIBRARY} ${Boost_SYSTEM_LIBRARY})
LIST(APPEND engineCommonLibraries lua luasocket archives streflop assimp)

if (MINGW AND Boost_CHRONO_FOUND)
# in newer boost versions the thread library depends on it
Expand Down
1 change: 0 additions & 1 deletion rts/Lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ SET(sources_engine_Lua
"${CMAKE_CURRENT_SOURCE_DIR}/LuaIO.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/LuaInputReceiver.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/LuaIntro.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/LuaLobby.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/LuaMaterial.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/LuaMetalMap.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/LuaOpenGL.cpp"
Expand Down

0 comments on commit 05f61e7

Please sign in to comment.