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:
Timo Kreuzer 2011-01-31 14:20:53 +00:00
parent ea3b37d0f8
commit 9cc4f5ceee
129 changed files with 270 additions and 368 deletions

View file

@ -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})