mextra follow up bit 3

More Makefile tweaks
This commit is contained in:
nethack.allison
2006-01-07 13:38:29 +00:00
parent 580b5e62f1
commit 143790540b
12 changed files with 41 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
# SCCS Id: @(#)Makefile.os2 3.5 2006/01/05
# SCCS Id: @(#)Makefile.os2 3.5 2006/01/07
# OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x
# Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen
#
@@ -709,9 +709,10 @@ OS2CONF_H = $(INCL)\os2conf.h $(INCL)\micro.h $(INCL)\system.h $(EXTERN_H)
GLOBAL_H = $(INCL)\global.h $(INCL)\coord.h $(OS2CONF_H)
CONFIG_H = $(INCL)\config.h $(INCL)\config1.h $(INCL)\tradstdc.h $(GLOBAL_H)
TRAP_H = $(INCL)\trap.h
PERMONST_H = $(INCL)\permonst.h $(INCL)\mextra.h $(INCL)\monattk.h $(INCL)\monflag.h
PERMONST_H = $(INCL)\permonst.h $(INCL)\monattk.h $(INCL)\monflag.h
YOU_H = $(INCL)\you.h $(INCL)\attrib.h $(PERMONST_H) $(INCL)\mondata.h \
$(INCL)\monst.h $(INCL)\youprop.h $(INCL)\prop.h $(INCL)\pm.h
$(INCL)\monst.h $(INCL)\mextra.h $(INCL)\youprop.h \
$(INCL)\prop.h $(INCL)\pm.h
DECL_H = $(INCL)\decl.h $(INCL)\spell.h $(INCL)\obj.h $(YOU_H) \
$(INCL)\onames.h $(INCL)\color.h
HACK_H = $(CONFIG_H) $(INCL)\context.h $(DECL_H) $(INCL)\monsym.h $(INCL)\mkroom.h \