diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index 21c6e0d74..3253e195e 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -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 \ diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 10c35a454..c3daf54df 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -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 \