-fshort-wchar is not related to inline, neither is i386 specific.


svn path=/branches/cmake-bringup/; revision=50337
This commit is contained in:
Sylvain Petreolle 2011-01-08 23:22:54 +00:00
parent 398ded55b9
commit f8f7ec4d56

View file

@ -25,8 +25,6 @@ if(NOT CMAKE_CROSSCOMPILING)
if(ARCH MATCHES i386)
if(MSVC)
add_definitions(-Dinline=__inline)
else()
add_definitions(-fshort-wchar)
endif()
endif()
@ -38,6 +36,10 @@ if(NOT CMAKE_CROSSCOMPILING)
include/reactos/wine
${REACTOS_BINARY_DIR}/include)
if(NOT MSVC)
add_definitions(-fshort-wchar)
endif()
add_subdirectory(tools)
add_subdirectory(lib)