mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[CMAKE]
- Improve several modules. svn path=/branches/cmake-bringup/; revision=50055
This commit is contained in:
parent
79c58d8279
commit
f4cc19c36a
259 changed files with 545 additions and 658 deletions
|
@ -1,8 +1,9 @@
|
|||
|
||||
set_unicode()
|
||||
|
||||
add_definitions(-DANONYMOUSUNIONS)
|
||||
add_definitions(-D_DEBUG_MEM)
|
||||
add_definitions(
|
||||
-DANONYMOUSUNIONS
|
||||
-D_DEBUG_MEM)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
|
@ -76,4 +77,4 @@ target_link_libraries(cmd wine)
|
|||
add_pch(cmd ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h SOURCE)
|
||||
set_module_type(cmd win32cui)
|
||||
add_importlibs(cmd advapi32 user32 msvcrt kernel32 ntdll)
|
||||
add_cab_target(cmd 1)
|
||||
add_cab_target(cmd 1)
|
||||
|
|
|
@ -35,4 +35,4 @@ add_importlibs(explorer_new
|
|||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_cab_target(explorer_new 4)
|
||||
add_cab_target(explorer_new 4)
|
||||
|
|
|
@ -14,5 +14,4 @@ set_module_type(notifyhook win32dll)
|
|||
|
||||
add_importlibs(notifyhook user32 msvcrt kernel32)
|
||||
add_importlib_target(notifyhook.spec)
|
||||
|
||||
add_cab_target(notifyhook 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue