Fix:Build:Enable NLS for win32
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 12 Dec 2010 20:25:58 +0000 (20:25 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 12 Dec 2010 20:25:58 +0000 (20:25 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3773 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/CMakeLists.txt

index 103cfe8..7015e5e 100644 (file)
@@ -249,6 +249,7 @@ if(WIN32 OR WINCE)
     if(MSVC AND support/espeak)
        add_definitions(-DPLATFORM_WINDOWS)
     endif(MSVC AND support/espeak)
+    set(ENABLE_NLS TRUE)
 endif()
 if (WIN32) 
     set(HAVE_API_WIN32 1)
@@ -259,7 +260,6 @@ if(WINCE)
     add_plugin(intl_cmake "wince detected" TRUE)
     set(HAVE_API_WIN32_CE 1)
     set(BUILD_MAPTOOL FALSE)
-    set(ENABLE_NLS TRUE)
     set_with_reason(vehicle/file "wince: currently broken" FALSE)
 endif()