mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[NETEVENT] Netevent.dll does not have an entry point because it is a resource-only dll.
This commit is contained in:
parent
065afd93fd
commit
0f4827edde
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
add_library(netevent MODULE netevent.rc)
|
||||
set_module_type(netevent module UNICODE)
|
||||
set_module_type(netevent module UNICODE ENTRYPOINT 0)
|
||||
add_dependencies(netevent neteventmsg)
|
||||
add_cd_file(TARGET netevent DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue