mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
Move -fshort-wchar defintion (gcc specific). svn path=/branches/cmake-bringup/; revision=50336
This commit is contained in:
+2
-2
@@ -20,13 +20,13 @@ endif()
|
||||
|
||||
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user