Author: janderwald
Date: Wed Feb 16 10:21:15 2011
New Revision: 50724
URL:
http://svn.reactos.org/svn/reactos?rev=50724&view=rev
Log:
- Fix build
Modified:
branches/cmake-bringup/subsystems/win32/csrss/csrsrv/CMakeLists.txt
Modified: branches/cmake-bringup/subsystems/win32/csrss/csrsrv/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/subsystems/win32/…
==============================================================================
--- branches/cmake-bringup/subsystems/win32/csrss/csrsrv/CMakeLists.txt [iso-8859-1]
(original)
+++ branches/cmake-bringup/subsystems/win32/csrss/csrsrv/CMakeLists.txt [iso-8859-1] Wed
Feb 16 10:21:15 2011
@@ -19,6 +19,11 @@
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})