mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[NETEVENT]
* Set correct entry point. * Fix msvc build. svn path=/trunk/; revision=52269
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user