nethack.rankin wrote:
> Makefiles need a dependency update to add edog.h for eat.c.
This commit is contained in:
@@ -1284,7 +1284,7 @@ $(O)dokick.o: dokick.c $(HACK_H) $(INCL)\eshk.h
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H) $(INCL)\edog.h
|
||||
$(O)drawing.o: drawing.c $(HACK_H) $(INCL)\tcap.h
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)\dgn_file.h $(INCL)\dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)eat.o: eat.c $(HACK_H) $(INCL)\edog.h
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)\eshk.h $(INCL)\lev.h $(INCL)\dlb.h
|
||||
$(O)engrave.o: engrave.c $(HACK_H) $(INCL)\lev.h
|
||||
$(O)exper.o: exper.c $(HACK_H)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# SCCS Id: @(#)Makefile.gcc 3.5 $Date$
|
||||
# Copyright (c) NetHack PC Development Team 1993-2003
|
||||
# Copyright (c) NetHack PC Development Team 1993-2005
|
||||
#
|
||||
# NetHack 3.5.x Makefile for MinGW
|
||||
#
|
||||
@@ -1258,7 +1258,7 @@ $(O)dokick.o: dokick.c $(HACK_H) $(INCL)/eshk.h
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H) $(INCL)/edog.h
|
||||
$(O)drawing.o: drawing.c $(HACK_H) $(INCL)/tcap.h
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)/dgn_file.h $(INCL)/dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)eat.o: eat.c $(HACK_H) $(INCL)/edog.h
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)/eshk.h $(INCL)/lev.h $(INCL)/dlb.h
|
||||
$(O)engrave.o: engrave.c $(HACK_H) $(INCL)/lev.h
|
||||
$(O)exper.o: exper.c $(HACK_H)
|
||||
|
||||
@@ -1334,7 +1334,7 @@ $(O)dokick.o: dokick.c $(HACK_H) $(INCL)\eshk.h
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H) $(INCL)\edog.h
|
||||
$(O)drawing.o: drawing.c $(HACK_H) $(INCL)\tcap.h
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)\dgn_file.h $(INCL)\dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)eat.o: eat.c $(HACK_H) $(INCL)\edog.h
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)\eshk.h $(INCL)\lev.h $(INCL)\dlb.h
|
||||
$(O)engrave.o: engrave.c $(HACK_H) $(INCL)\lev.h
|
||||
$(O)exper.o: exper.c $(HACK_H)
|
||||
|
||||
Reference in New Issue
Block a user