mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- errcodes.rc and msg00409.bin are build by the makefile.
svn path=/trunk/; revision=4160
This commit is contained in:
parent
7aa65c578d
commit
7644e39b2c
3 changed files with 0 additions and 25 deletions
Binary file not shown.
|
@ -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"
|
|
@ -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
|
||||
|
Loading…
Reference in a new issue