mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
created kernel32.mc message file which generates errcodes.rc, MSG00409.bin and /include/reactos/errcodes.h
need to figure out how to get these to build automatically at the dependancy stage before including the output rc into kernel32 resources. svn path=/trunk/; revision=3877
This commit is contained in:
parent
dd8087fdde
commit
35ccf47588
3 changed files with 5383 additions and 0 deletions
7
reactos/lib/kernel32/errcodes.rc
Normal file
7
reactos/lib/kernel32/errcodes.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* This file is generated with wmc version 1.0.0 (12-Jun-2000). Do not edit! */
|
||||
/* Source : kernel32.mc */
|
||||
/* Cmdline: wmc -H ../../include/reactos/errcodes.h -o errcodes.rc kernel32.mc */
|
||||
/* Date : Tue Dec 10 02:07:21 2002 */
|
||||
|
||||
LANGUAGE 0x9, 0x1
|
||||
1 MESSAGETABLE "MSG00409.bin"
|
18
reactos/lib/kernel32/errormsg.mak
Normal file
18
reactos/lib/kernel32/errormsg.mak
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $Id: errormsg.mak,v 1.1 2002/12/15 06:34:42 robd Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
#TARGET_TYPE = dynlink
|
||||
|
||||
TARGETNAME = kernel32
|
||||
|
||||
errcodes.rc: $(TARGETNAME).mc
|
||||
$(MC) \
|
||||
-H $(PATH_TO_TOP)/include/reactos/errcodes.h \
|
||||
-o errcodes.rc \
|
||||
$(TARGETNAME).mc
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
5358
reactos/lib/kernel32/kernel32.mc
Normal file
5358
reactos/lib/kernel32/kernel32.mc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue