mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:33:48 +00:00
[NETMSG] Add netmsg resource dll with some lmerr messages
This commit is contained in:
parent
8787eba8ca
commit
ceb596f100
4 changed files with 103 additions and 0 deletions
5
dll/win32/netmsg/CMakeLists.txt
Normal file
5
dll/win32/netmsg/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
add_library(netmsg SHARED netmsg.rc)
|
||||
set_module_type(netmsg module UNICODE)
|
||||
add_dependencies(netmsg netmsgmsg)
|
||||
add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
|
7
dll/win32/netmsg/netmsg.rc
Normal file
7
dll/win32/netmsg/netmsg.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Network Messages"
|
||||
#define REACTOS_STR_INTERNAL_NAME "netmsg"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "netmsg.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include <netmsg_msg.rc>
|
Loading…
Add table
Add a link
Reference in a new issue