mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user