mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[MSCTF] Add ADD_IMPORTLIB to CMakeLists.txt spec2def
CORE-19361
This commit is contained in:
parent
bfd5d37fe6
commit
a19ba4760e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ add_definitions(-D_WIN32_WINNT=0x600)
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(msctf.dll msctf.spec)
|
||||
spec2def(msctf.dll msctf.spec ADD_IMPORTLIB)
|
||||
|
||||
list(APPEND SOURCE
|
||||
categorymgr.c
|
||||
|
|
Loading…
Reference in a new issue