Stubs: Fix some win32 modules.

svn path=/branches/cmake-bringup/; revision=49871
This commit is contained in:
Sylvain Petreolle 2010-11-29 23:08:38 +00:00
parent db7b8d8030
commit e141d4c363
55 changed files with 250 additions and 75 deletions

View file

@ -1,13 +1,13 @@
add_definitions(-D__WINESRC__)
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
add_definitions(-D_DLL -D__USE_CRTIMP)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
set_rc_compiler()
spec2def(msctf.dll msctf.spec)
add_library(msctf SHARED
list(APPEND SOURCE
categorymgr.c
compartmentmgr.c
context.c
@ -22,6 +22,8 @@ add_library(msctf SHARED
version.rc
${CMAKE_CURRENT_BINARY_DIR}/msctf.def)
add_library(msctf SHARED ${SOURCE})
set_module_type(msctf win32dll)
target_link_libraries(msctf