Windows Makefile follow-up

This commit is contained in:
nhmall
2025-05-25 15:37:46 -04:00
parent f4a6da2e52
commit 2cf7acc93b
2 changed files with 10 additions and 10 deletions

View File

@@ -1010,7 +1010,7 @@ COREOBJS = $(addsuffix .o, allmain alloc apply artifact attrib ball bones botl \
nhlobj nhlsel nhlua windsound o_init objects objnam options \
pager pickup pline polyself potion pray priest quest questpgr \
random read rect region report restore rip rnd role rumors \
safeproc save sfstruct shk shknam sit selvar sounds sp_lev \
safeproc save sfbase sfstruct shk shknam sit selvar sounds sp_lev \
spell stairs steal steed strutil \
symbols sys teleport timeout topten track trap u_init uhitm utf8map \
vault version vision weapon were wield windmain windows windsys wizard \

View File

@@ -692,15 +692,15 @@ HACKINCL = \
$(INCL)objects.h $(INCL)objclass.h $(INCL)optlist.h \
$(INCL)patchlevel.h $(INCL)pcconf.h $(INCL)permonst.h \
$(INCL)prop.h $(INCL)rect.h $(INCL)region.h \
$(INCL)savefile.h $(INCL)selvar.h $(INCL)sym.h \
$(INCL)rm.h $(INCL)sp_lev.h $(INCL)spell.h \
$(INCL)sndprocs.h $(INCL)seffects.h $(INCL)stairs.h \
$(INCL)sys.h $(INCL)tcap.h $(INCL)timeout.h \
$(INCL)tradstdc.h $(INCL)trap.h $(INCL)unixconf.h \
$(INCL)vision.h $(INCL)vmsconf.h $(INCL)wintty.h \
$(INCL)wincurs.h $(INCL)winX.h $(INCL)winprocs.h \
$(INCL)wintype.h $(INCL)you.h $(INCL)youprop.h \
$(INCL)weight.h
$(INCL)savefile.h $(INCL)selvar.h $(INCL)sfprocs.h \
$(INCL)sym.h $(INCL)rm.h $(INCL)sp_lev.h \
$(INCL)spell.h $(INCL)sndprocs.h $(INCL)seffects.h \
$(INCL)stairs.h $(INCL)sys.h $(INCL)tcap.h \
$(INCL)timeout.h $(INCL)tradstdc.h $(INCL)trap.h \
$(INCL)unixconf.h $(INCL)vision.h $(INCL)vmsconf.h \
$(INCL)wintty.h $(INCL)wincurs.h $(INCL)winX.h \
$(INCL)winprocs.h $(INCL)wintype.h $(INCL)you.h \
$(INCL)youprop.h $(INCL)weight.h
LUA_FILES = $(DAT)asmodeus.lua $(DAT)baalz.lua $(DAT)bigrm-1.lua \
$(DAT)bigrm-10.lua $(DAT)bigrm-11.lua $(DAT)bigrm-12.lua \