[NETEVENT]

* Set correct entry point.
* Fix msvc build.

svn path=/trunk/; revision=52269
This commit is contained in:
Amine Khaldi
2011-06-15 23:38:10 +00:00
parent f89d63d8fb
commit 9ce34392b4
+2 -7
View File
@@ -1,13 +1,8 @@
set_unicode()
include_directories(${REACTOS_BINARY_DIR}/include/reactos)
add_library(netevent SHARED netevt.rc)
set_module_type(netevent win32dll)
add_importlibs(netevent msvcrt kernel32)
set_entrypoint(netevent 0)
set_image_base(netevent ${baseaddress_netevent})
add_dependencies(netevent neteventmsg)
add_cd_file(TARGET netevent DESTINATION reactos/system32 FOR all)