[NETMSG] Fix message table include statement and build netmsg.dll.

This commit is contained in:
Eric Kohl 2018-12-22 17:52:03 +01:00
parent 5c6eeb5018
commit 5efe6f00a9
3 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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)

View file

@ -4,4 +4,4 @@
#define REACTOS_STR_ORIGINAL_FILENAME "netmsg.dll"
#include <reactos/version.rc>
#include <netmsg_msg.rc>
#include <netmsgmsg.rc>