From 531f64d72827f7540e8c56b3e7648ac3a1f49045 Mon Sep 17 00:00:00 2001 From: scarab Date: Sun, 17 Aug 2008 17:00:59 +0000 Subject: - dokonceni build.sh - par uprav pro win32 git-svn-id: http://opensvn.csie.org/tuxanci_ng@217 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eeafe07..0c3f790 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,6 +134,8 @@ IF ( WIN ) SET ( SDLIMAGE_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include/" ) SET ( SDLTTF_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include/" ) ENDIF ( NOT Server ) + # noone wants to debug in windows + SET ( CMAKE_BUILD_TYPE Release ) # override basic directory placement SET ( CMAKE_CONF_PATH "../${APPNAME}/etc/" ) SET ( CMAKE_DATA_PATH "../${APPNAME}/share/" ) -- cgit v1.2.3