mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
[CMAKE]
Stubs: Fix some win32 modules. svn path=/branches/cmake-bringup/; revision=49871
This commit is contained in:
parent
db7b8d8030
commit
e141d4c363
55 changed files with 250 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue