mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
[CMAKE]
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:
parent
5299b0db47
commit
89271fe38d
199 changed files with 211 additions and 13 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue