summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-20 17:38:08 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-20 17:38:08 +0000
commite7f48f9ca22a8569bd56e459e4fb99322805bc72 (patch)
tree5639171327116eda8b30759ddc9bf5072e56e90b /CMakeLists.txt
parent9cec7a808ca329e00baa5c8058a0cfbe32bf3d49 (diff)
- 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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files 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
###############################################################################