mirror of
https://github.com/reactos/reactos.git
synced 2025-01-15 18:43:27 +00:00
[NETMSG] Fix message table include statement and build netmsg.dll.
This commit is contained in:
parent
5c6eeb5018
commit
5efe6f00a9
3 changed files with 3 additions and 2 deletions
|
@ -135,6 +135,7 @@ add_subdirectory(netapi32)
|
|||
add_subdirectory(netcfgx)
|
||||
add_subdirectory(netevent)
|
||||
add_subdirectory(netid)
|
||||
add_subdirectory(netmsg)
|
||||
add_subdirectory(newdev)
|
||||
add_subdirectory(npptools)
|
||||
add_subdirectory(ntdll_vista)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
add_library(netmsg SHARED netmsg.rc)
|
||||
set_module_type(netmsg module UNICODE)
|
||||
set_module_type(netmsg module UNICODE ENTRYPOINT 0)
|
||||
add_dependencies(netmsg netmsgmsg)
|
||||
add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "netmsg.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include <netmsg_msg.rc>
|
||||
#include <netmsgmsg.rc>
|
||||
|
|
Loading…
Reference in a new issue