From 31c7b0a2ab7b1e4855256465e4ee8e85fad227a5 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 21 Oct 2003 11:06:20 +0000 Subject: [PATCH] win32 dep --- sys/winnt/Makefile.bcc | 2 +- sys/winnt/Makefile.gcc | 2 +- sys/winnt/Makefile.msc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/winnt/Makefile.bcc b/sys/winnt/Makefile.bcc index 417006636..eedb9850c 100644 --- a/sys/winnt/Makefile.bcc +++ b/sys/winnt/Makefile.bcc @@ -1280,7 +1280,7 @@ $(O)do_wear.o: do_wear.c $(HACK_H) $(O)dog.o: dog.c $(HACK_H) $(INCL)\edog.h $(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)\mfndpos.h $(INCL)\edog.h $(O)dokick.o: dokick.c $(HACK_H) $(INCL)\eshk.h -$(O)dothrow.o: dothrow.c $(HACK_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) diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index d7885b6be..42bbf95b8 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -1254,7 +1254,7 @@ $(O)do_wear.o: do_wear.c $(HACK_H) $(O)dog.o: dog.c $(HACK_H) $(INCL)/edog.h $(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)/mfndpos.h $(INCL)/edog.h $(O)dokick.o: dokick.c $(HACK_H) $(INCL)/eshk.h -$(O)dothrow.o: dothrow.c $(HACK_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) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 237c69ce7..d5a6e2c1b 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -1321,7 +1321,7 @@ $(O)do_wear.o: do_wear.c $(HACK_H) $(O)dog.o: dog.c $(HACK_H) $(INCL)\edog.h $(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)\mfndpos.h $(INCL)\edog.h $(O)dokick.o: dokick.c $(HACK_H) $(INCL)\eshk.h -$(O)dothrow.o: dothrow.c $(HACK_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) -- 2.40.0