[NETEVENT]

- This is a resource only DLL, so this is OK to not have an entry point

svn path=/trunk/; revision=58352
This commit is contained in:
Jérôme Gardou
2013-02-23 16:51:48 +00:00
parent 14bd5c6f27
commit 9065678b25
+1 -1
View 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)