mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix build
svn path=/branches/cmake-bringup/; revision=50724
This commit is contained in:
@@ -19,6 +19,11 @@ target_link_libraries(csrsrv ${PSEH_LIB})
|
||||
|
||||
set_module_type(csrsrv nativedll)
|
||||
|
||||
if(MSVC)
|
||||
set_entrypoint(csrsrv DllMainCRTStartup)
|
||||
endif()
|
||||
|
||||
|
||||
add_importlibs(csrsrv ntdll smdll)
|
||||
|
||||
add_pch(csrsrv ${CMAKE_CURRENT_SOURCE_DIR}/srv.h ${SOURCE})
|
||||
|
||||
Reference in New Issue
Block a user