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:
Robert Dickenson 2002-12-15 06:34:43 +00:00
parent dd8087fdde
commit 35ccf47588
3 changed files with 5383 additions and 0 deletions

View 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"

View 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

File diff suppressed because it is too large Load diff