[ros-diffs] [spetreolle] 50336: [CMAKE] Move -fshort-wchar defintion (gcc specific).

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Sat Jan 8 22:33:23 UTC 2011


Author: spetreolle
Date: Sat Jan  8 22:33:22 2011
New Revision: 50336

URL: http://svn.reactos.org/svn/reactos?rev=50336&view=rev
Log:
[CMAKE]
Move -fshort-wchar defintion (gcc specific).


Modified:
    branches/cmake-bringup/CMakeLists.txt

Modified: branches/cmake-bringup/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/CMakeLists.txt?rev=50336&r1=50335&r2=50336&view=diff
==============================================================================
--- branches/cmake-bringup/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/CMakeLists.txt [iso-8859-1] Sat Jan  8 22:33:22 2011
@@ -20,13 +20,13 @@
 
 if(NOT CMAKE_CROSSCOMPILING)
 
-    add_definitions(-fshort-wchar)
-
     add_definitions(-DTARGET_${ARCH})
 
     if(ARCH MATCHES i386)
         if(MSVC)
             add_definitions(-Dinline=__inline)
+        else()
+            add_definitions(-fshort-wchar)
         endif()
     endif()
 




More information about the Ros-diffs mailing list