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... ============================================================================== --- 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()