util/windows: Drop launch scripts; they will not be needed anymore

master
Perttu Ahola 2014-10-31 13:12:45 +02:00
parent 41b8a2e6af
commit 39def32570
5 changed files with 0 additions and 12 deletions

View File

@ -266,8 +266,6 @@ if(WIN32)
install(TARGETS ${CLIENT_EXE_NAME} DESTINATION "${DST_BIN}")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/client" DESTINATION "${DST_SHARE}")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/extensions" DESTINATION "${DST_SHARE}")
install(FILES "${CMAKE_SOURCE_DIR}/util/windows/launch_client.bat" DESTINATION ".")
install(FILES "${CMAKE_SOURCE_DIR}/util/windows/wine_launch_client.sh" DESTINATION ".")
endif()
if(BUILD_SERVER)
@ -275,8 +273,6 @@ if(WIN32)
install(DIRECTORY "${CMAKE_SOURCE_DIR}/builtin" DESTINATION "${DST_SHARE}")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/games" DESTINATION "${DST_SHARE}")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/src" DESTINATION "${DST_SHARE}")
install(FILES "${CMAKE_SOURCE_DIR}/util/windows/launch_server.bat" DESTINATION ".")
install(FILES "${CMAKE_SOURCE_DIR}/util/windows/wine_launch_server.sh" DESTINATION ".")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/3rdparty/cereal/include" DESTINATION "${DST_SHARE}/3rdparty/cereal")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/3rdparty/polyvox/library/PolyvoxCore/include" DESTINATION "${DST_SHARE}/3rdparty/polyvox/library/PolyvoxCore")

View File

@ -1,2 +0,0 @@
PATH=compiler/bin;%PATH%
"bin/buildat_client.exe" -P . -C cache -U Urho3D

View File

@ -1,2 +0,0 @@
PATH=compiler/bin;%PATH%
"bin/buildat_server.exe" -S . -U Urho3D -i src/interface -r cache/rccpp_build -c "c++.exe -Lbin" -m games/minigame %*

View File

@ -1,2 +0,0 @@
#!/bin/sh
wineconsole --backend=curses launch_client.bat $@

View File

@ -1,2 +0,0 @@
#!/bin/sh
wineconsole --backend=curses launch_server.bat $@