Add each win32dll module to livecd and remove global temporary add-on from gcc.cmake.
Fix pch use in fmifs.
Enable remaining dlls in dll/win32/CMakeLists.txt.

svn path=/branches/cmake-bringup/; revision=49230
This commit is contained in:
Sylvain Petreolle 2010-10-22 19:40:56 +00:00
parent 5299b0db47
commit 89271fe38d
199 changed files with 211 additions and 13 deletions

View file

@ -11,3 +11,4 @@ set_module_type(kbsdll win32dll)
add_importlibs(kbsdll user32 comctl32 kernel32)
add_dependencies(kbsdll kbsdll_def)
add_livecd_target(kbsdll reactos/system32)

View file

@ -7,4 +7,6 @@ set_module_type(notifyhook win32dll)
target_link_libraries(notifyhook
${CMAKE_CURRENT_SOURCE_DIR}/notifyhook.def
-lkernel32
-luser32)
-luser32)
add_livecd_target(notifyhook reactos/system32)