[NETEVENT]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 23 Feb 2013 16:51:48 +0000 (16:51 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 23 Feb 2013 16:51:48 +0000 (16:51 +0000)
 - This is a resource only DLL, so this is OK to not have an entry point

svn path=/trunk/; revision=58352

reactos/dll/win32/netevent/CMakeLists.txt

index 8c417bf..2a28c72 100644 (file)
@@ -1,6 +1,6 @@
 
 include_directories(${REACTOS_BINARY_DIR}/include/reactos)
 add_library(netevent SHARED netevt.rc)
-set_module_type(netevent win32dll UNICODE)
+set_module_type(netevent win32dll UNICODE ENTRYPOINT 0)
 add_dependencies(netevent neteventmsg)
 add_cd_file(TARGET netevent DESTINATION reactos/system32 FOR all)