- errcodes.rc and msg00409.bin are build by the makefile.

svn path=/trunk/; revision=4160
This commit is contained in:
Hartmut Birr 2003-02-16 18:52:31 +00:00
parent 7aa65c578d
commit 7644e39b2c
3 changed files with 0 additions and 25 deletions

Binary file not shown.

View file

@ -1,7 +0,0 @@
/* 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

@ -1,18 +0,0 @@
# $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