mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
- Delete an unneeded lib.mak - Don't build bin2c, we don't seem to need it. - A minor cleanup, no functionality change intended. svn path=/branches/cmake-bringup/; revision=50308
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
|
||||
include_directories(include)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/drivers)
|
||||
include_directories(
|
||||
include
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/subsys
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/drivers)
|
||||
|
||||
add_executable(csrss csrss.c csrss.rc)
|
||||
|
||||
set_module_type(csrss nativecui)
|
||||
|
||||
target_link_libraries(csrss nt)
|
||||
|
||||
add_importlibs(csrss ntdll csrsrv)
|
||||
|
||||
add_dependencies(csrss psdk bugcodes)
|
||||
add_cab_target(csrss 1)
|
||||
|
||||
add_subdirectory(csrsrv)
|
||||
add_subdirectory(win32csr)
|
||||
add_cab_target(csrss 1)
|
||||
@@ -173,7 +173,7 @@ else()
|
||||
list(APPEND SOURCE
|
||||
dib/dib24bppc.c
|
||||
dib/dib32bppc.c)
|
||||
endif(ARCH MATCHES i386)
|
||||
endif()
|
||||
|
||||
add_library(win32k SHARED
|
||||
${CMAKE_CURRENT_BINARY_DIR}/win32k_pch.h.gch
|
||||
@@ -192,4 +192,3 @@ add_pch(win32k ${CMAKE_CURRENT_SOURCE_DIR}/pch.h ${SOURCE})
|
||||
add_dependencies(win32k gendib_generated subsystem_napi)
|
||||
add_cab_target(win32k 1)
|
||||
add_importlib_target(win32k.spec win32k.sys)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user