[BASESRV]

- Remove an unneeded cmake comment.

[CSRSRV]
- Compile the resource file.

svn path=/branches/ros-csrss/; revision=57596
This commit is contained in:
Hermès Bélusca-Maïto 2012-10-22 23:37:07 +00:00
parent a195c2bcb5
commit ad62b115de
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,5 @@ set_module_type(basesrv nativedll) # win32dll
add_importlibs(basesrv ntdll csrsrv)
#add_pch(basesrv w32csr.h)
add_dependencies(basesrv bugcodes)
add_cd_file(TARGET basesrv DESTINATION reactos/system32 FOR all)

View file

@ -13,6 +13,7 @@ list(APPEND SOURCE
thredsup.c
user.c
wait.c
csrsrv.rc
${CMAKE_CURRENT_BINARY_DIR}/csrsrv.def)
add_library(csrsrv SHARED ${SOURCE})