From e7f48f9ca22a8569bd56e459e4fb99322805bc72 Mon Sep 17 00:00:00 2001 From: scarab Date: Wed, 20 Aug 2008 17:38:08 +0000 Subject: - oprava opravdu lamozni chyby v CMakeLists.txt (WIN misto Win) git-svn-id: http://opensvn.csie.org/tuxanci_ng@233 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bae834..1b87a9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ ENDIF ( Apple ) ############################################################################### # WINDOWS QUIRKS ############################################################################### -IF ( WIN ) +IF ( Win ) # icon into exe, this is ugly hack cause there is bug in CMAKE SET ( CMAKE_RC_COMPILER "C:/MinGW/bin/windres.exe" ) ENABLE_LANGUAGE ( RC ) @@ -156,7 +156,7 @@ IF ( WIN ) SET ( CMAKE_INSTALL_LIBDIR ${APPNAME}/bin ) SET ( CMAKE_INSTALL_DATADIR ${APPNAME}/share/ ) SET ( CMAKE_INSTALL_ETCDIR ${APPNAME}/etc ) -ENDIF ( WIN ) +ENDIF ( Win ) ############################################################################### # SDL SEARCH ############################################################################### -- cgit v1.2.3