[NET] Move ACCOUNTS command syntax and help text into a message table.
[reactos.git] / sdk / include / reactos / mc / CMakeLists.txt
1
2 list(APPEND ANSI_SOURCE
3 bugcodes.mc)
4
5 list(APPEND UNICODE_SOURCE
6 errcodes.mc
7 net_msg.mc
8 neteventmsg.mc
9 netmsgmsg.mc
10 ntiologc.mc
11 ntstatus.mc
12 pciclass.mc)
13
14 list(APPEND UNICODE_SOURCE_REALLY
15 bootmsg.mc
16 sacmsg.mc)
17
18 add_message_headers(ANSI ${ANSI_SOURCE})
19 # FIXME: this needs testing before switching to unicode
20 add_message_headers(UNICODE ${UNICODE_SOURCE})
21 add_message_headers(UNICODE ${UNICODE_SOURCE_REALLY})