Makefile updates for windows, msdos
The msdos Makefile changes are untested.
This commit is contained in:
@@ -1493,10 +1493,10 @@ $(O)panic_host.o: $(U)panic.c $(CONFIG_H)
|
||||
$(O)panic.o: $(U)panic.c $(CONFIG_H)
|
||||
@$(cc) $(cflagsBuild) -Fo$@ $(U)panic.c
|
||||
|
||||
$(O)drawing_host.o: drawing.c $(HACK_H) $(INCL)\tcap.h
|
||||
$(O)drawing_host.o: drawing.c $(CONFIG_H)
|
||||
@$(cc) $(cflagsBuild) $(CROSSCOMPILE) $(CROSSCOMPILE_HOST) -Fo$@ drawing.c
|
||||
|
||||
$(O)drawing.o: drawing.c $(HACK_H) $(INCL)\tcap.h
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
@$(cc) $(cflagsBuild) -Fo$@ drawing.c
|
||||
|
||||
$(O)monst_host.o: monst.c $(CONFIG_H) $(INCL)\permonst.h $(INCL)\align.h \
|
||||
@@ -1973,7 +1973,7 @@ $(O)dog.o: dog.c $(HACK_H)
|
||||
$(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)\mfndpos.h
|
||||
$(O)dokick.o: dokick.c $(HACK_H)
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H) $(INCL)\tcap.h
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)\dgn_file.h $(INCL)\dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)\dlb.h
|
||||
@@ -2058,7 +2058,7 @@ $(O)sp_lev.o: sp_lev.c $(HACK_H) $(INCL)\sp_lev.h
|
||||
$(O)spell.o: spell.c $(HACK_H)
|
||||
$(O)steal.o: steal.c $(HACK_H)
|
||||
$(O)steed.o: steed.c $(HACK_H)
|
||||
$(O)symbols.o: symbols.c $(HACK_H)
|
||||
$(O)symbols.o: symbols.c $(HACK_H) $(INCL)\tcap.h
|
||||
$(O)sys.o: sys.c $(HACK_H)
|
||||
$(O)teleport.o: teleport.c $(HACK_H)
|
||||
$(O)timeout.o: timeout.c $(HACK_H)
|
||||
|
||||
Reference in New Issue
Block a user