Added massage table.

svn path=/trunk/; revision=2478
This commit is contained in:
Eric Kohl 2002-01-03 14:52:05 +00:00
parent 1806f623e7
commit 041c7d16a5
3 changed files with 1042 additions and 3 deletions

View file

@ -4,3 +4,6 @@ ntoskrnl.coff
objects objects
temp.exp temp.exp
ntoskrnl.dbg ntoskrnl.dbg
bugcodes.rc
msg*.bin

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.61 2001/12/31 19:06:46 dwelch Exp $ # $Id: Makefile,v 1.62 2002/01/03 14:51:25 ekohl Exp $
# #
# ReactOS Operating System # ReactOS Operating System
# #
@ -52,6 +52,7 @@ OBJECTS_PATH = objects
all: \ all: \
$(OBJECTS_PATH) \ $(OBJECTS_PATH) \
bugcodes.rc \
$(TARGETNAME).nostrip.exe \ $(TARGETNAME).nostrip.exe \
$(TARGETNAME).exe \ $(TARGETNAME).exe \
$(TARGETNAME).sym $(TARGETNAME).sym
@ -345,7 +346,7 @@ IE_DATA = \
$(OBJECTS_PATH): $(OBJECTS_PATH):
mkdir $(OBJECTS_PATH) mkdir $(OBJECTS_PATH)
$(OBJECTS_RESOURCE): $(TARGETNAME).rc $(PATH_TO_TOP)/include/reactos/resource.h $(OBJECTS_RESOURCE): $(TARGETNAME).rc bugcodes.rc $(PATH_TO_TOP)/include/reactos/resource.h
# #
# Build subsystem intermediate objects # Build subsystem intermediate objects
@ -489,7 +490,7 @@ CLEAN_FILES = $(OBJECTS_PATH)/*.o cc/*.o cm/*.o dbg/*.o dbg/i386/*.o ex/*.o \
rtl/*.o se/*.o ke/i386/*.o mm/i386/*.o fs/*.o po/*.o nls/*.o \ rtl/*.o se/*.o ke/i386/*.o mm/i386/*.o fs/*.o po/*.o nls/*.o \
lpc/*.o kd/*.o $(TARGETNAME).o junk.tmp base.tmp temp.exp \ lpc/*.o kd/*.o $(TARGETNAME).o junk.tmp base.tmp temp.exp \
$(TARGETNAME).exe $(TARGETNAME).nostrip.exe $(TARGETNAME).sym \ $(TARGETNAME).exe $(TARGETNAME).nostrip.exe $(TARGETNAME).sym \
$(TARGETNAME).coff $(DEP_FILES) $(TARGETNAME).coff bugcodes.rc msg?????.bin $(DEP_FILES)
$(TARGETNAME).nostrip.exe: $(TARGETNAME).o $(IE_DATA) $(TARGETNAME).nostrip.exe: $(TARGETNAME).o $(IE_DATA)
$(CC) \ $(CC) \
@ -614,6 +615,12 @@ $(TARGETNAME).o: $(OBJECTS)
-o $(TARGETNAME).o \ -o $(TARGETNAME).o \
$(OBJECTS) $(OBJECTS)
bugcodes.rc: ntoskrnl.mc
$(MC) \
-H $(PATH_TO_TOP)/include/reactos/bugcodes.h \
-o bugcodes.rc \
$(TARGETNAME).mc
implib: implib:
- $(DLLTOOL) \ - $(DLLTOOL) \
--dllname $(TARGETNAME).exe \ --dllname $(TARGETNAME).exe \

1029
reactos/ntoskrnl/ntoskrnl.mc Normal file

File diff suppressed because it is too large Load diff