mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[CMAKE]
Don't automatically add stub files to the sources, instead add them manually where neccessary. also fix a number of spec files to resemble actual state of implementation. svn path=/branches/cmake-bringup/; revision=50574
This commit is contained in:
parent
ea3b37d0f8
commit
9cc4f5ceee
129 changed files with 270 additions and 368 deletions
|
@ -25,6 +25,7 @@ list(APPEND SOURCE
|
|||
regsvr.c
|
||||
threadmgr.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msctf.def)
|
||||
|
||||
add_library(msctf SHARED ${SOURCE})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue