remove a maintenance/synchronization requirement

adds a file include/seffects.h
This commit is contained in:
nhmall
2023-02-25 16:05:27 -05:00
parent 4cc717ceb4
commit 9168e1f30b
6 changed files with 31 additions and 435 deletions

View File

@@ -547,9 +547,9 @@ HACKINCL = align.h artifact.h artilist.h attrib.h botl.h \
micro.h mkroom.h monattk.h mondata.h monflag.h monst.h monsters.h \
obj.h objects.h objclass.h optlist.h patchlevel.h pcconf.h \
permonst.h prop.h rect.h region.h sym.h defsym.h rm.h sp_lev.h \
spell.h sndprocs.h sys.h system.h tcap.h timeout.h tradstdc.h \
trap.h unixconf.h vision.h vmsconf.h wintty.h wincurs.h winX.h \
winprocs.h wintype.h you.h youprop.h
spell.h sndprocs.h seffects.h sys.h system.h tcap.h timeout.h \
tradstdc.h trap.h unixconf.h vision.h vmsconf.h wintty.h wincurs.h \
winX.h winprocs.h wintype.h you.h youprop.h
HSOURCES = $(HACKINCL) dgn_file.h
@@ -815,11 +815,12 @@ $(HACK_H): ../include/hack.h $(CONFIG_H) ../include/lint.h ../include/align.h \
../include/context.h ../include/rm.h ../include/botl.h \
../include/rect.h ../include/region.h ../include/trap.h \
../include/display.h ../include/vision.h ../include/color.h \
../include/sndprocs.h ../include/decl.h ../include/quest.h \
../include/spell.h ../include/obj.h ../include/engrave.h \
../include/you.h ../include/attrib.h ../include/monst.h \
../include/mextra.h ../include/skills.h ../include/timeout.h \
../include/flag.h ../include/winprocs.h ../include/sys.h
../include/sndprocs.h ../include/seffects.h ../include/decl.h \
../include/quest.h ../include/spell.h ../include/obj.h \
../include/engrave.h ../include/you.h ../include/attrib.h \
../include/monst.h ../include/mextra.h ../include/skills.h \
../include/timeout.h ../include/flag.h ../include/winprocs.h \
../include/sys.h
touch $(HACK_H)
#
$(TARGETPFX)pcmain.o: ../sys/share/pcmain.c $(HACK_H) ../include/dlb.h
@@ -1121,10 +1122,10 @@ $(TARGETPFX)mdlib.o: mdlib.c $(CONFIG_H) ../include/permonst.h \
../include/monsters.h ../include/objclass.h \
../include/defsym.h ../include/objects.h ../include/wintype.h \
../include/sym.h ../include/artilist.h ../include/dungeon.h \
../include/sndprocs.h ../include/obj.h ../include/monst.h \
../include/mextra.h ../include/you.h ../include/attrib.h \
../include/prop.h ../include/skills.h ../include/context.h \
../include/flag.h ../include/dlb.h
../include/sndprocs.h ../include/seffects.h ../include/obj.h \
../include/monst.h ../include/mextra.h ../include/you.h \
../include/attrib.h ../include/prop.h ../include/skills.h \
../include/context.h ../include/flag.h ../include/dlb.h
$(TARGETPFX)mhitm.o: mhitm.c $(HACK_H) ../include/artifact.h
$(TARGETPFX)mhitu.o: mhitu.c $(HACK_H) ../include/artifact.h
$(TARGETPFX)minion.o: minion.c $(HACK_H)

View File

@@ -457,8 +457,8 @@ HACKINCL = $(INCL)\align.h $(INCL)\artifact.h $(INCL)\artilist.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)\sndprocs.h $(INCL)\wintype.h $(INCL)\you.h \
$(INCL)\youprop.h
$(INCL)\winprocs.h $(INCL)\sndprocs.h $(INCL)\seffects.h \
$(INCL)\wintype.h $(INCL)\you.h $(INCL)\youprop.h
# all .c that are part of the main NetHack program and are not operating- or
# windowing-system specific
@@ -871,7 +871,7 @@ HACK_H = $(INCL)\hack.h $(CONFIG_H) $(INCL)\lint.h $(INCL)\align.h \
$(INCL)\attrib.h $(INCL)\monst.h $(INCL)\mextra.h \
$(INCL)\skills.h $(INCL)\timeout.h $(INCL)\trap.h \
$(INCL)\flag.h $(INCL)\winprocs.h $(INCL)\sndprocs.h \
$(INCL)\sys.h
$(INCL)\seffects.h $(INCL)\sys.h
TILE_H = ..\win\share\tile.h
@@ -2358,7 +2358,8 @@ MOCPATH = moc.exe
# $(INCL)\obj.h $(INCL)\engrave.h $(INCL)\you.h \
# $(INCL)\attrib.h $(INCL)\monst.h $(INCL)\mextra.h \
# $(INCL)\skills.h $(INCL)\timeout.h $(INCL)\flag.h \
# $(INCL)\winprocs.h $(INCL)\sndprocs.h $(INCL)\sys.h
# $(INCL)\winprocs.h $(INCL)\sndprocs.h $(INCL)\seffects.h \
# $(INCL)\sys.h
# touch $(HACK_H)
#
$(OTTY)pcmain.o: ..\sys\share\pcmain.c $(HACK_H) $(INCL)\dlb.h
@@ -2777,7 +2778,8 @@ MOCPATH = moc.exe
# $(INCL)\obj.h $(INCL)\engrave.h $(INCL)\you.h \
# $(INCL)\attrib.h $(INCL)\monst.h $(INCL)\mextra.h \
# $(INCL)\skills.h $(INCL)\timeout.h $(INCL)\flag.h \
# $(INCL)\winprocs.h $(INCL)\sndprocs.h $(INCL)\sys.h
# $(INCL)\winprocs.h $(INCL)\sndprocs.h \
# $(INCL)\seffects.h $(INCL)\sys.h
# touch $(HACK_H)
#
$(OGUI)pcmain.o: ..\sys\share\pcmain.c $(HACK_H) $(INCL)\dlb.h

View File

@@ -243,6 +243,7 @@
<ClInclude Include="$(IncDir)rm.h" />
<ClInclude Include="$(IncDir)skills.h" />
<ClInclude Include="$(IncDir)sndprocs.h" />
<ClInclude Include="$(IncDir)seffects.h" />
<ClInclude Include="$(IncDir)spell.h" />
<ClInclude Include="$(IncDir)sp_lev.h" />
<ClInclude Include="$(IncDir)sym.h" />
@@ -283,4 +284,4 @@
<Target Name="AfterRebuild">
<MSBuild Projects="afternethack.proj" Targets="Build" Properties="Configuration=$(Configuration)" />
</Target>
</Project>
</Project>

View File

@@ -269,6 +269,7 @@
<ClInclude Include="$(IncDir)rm.h" />
<ClInclude Include="$(IncDir)skills.h" />
<ClInclude Include="$(IncDir)sndprocs.h" />
<ClInclude Include="$(IncDir)seffects.h" />
<ClInclude Include="$(IncDir)spell.h" />
<ClInclude Include="$(IncDir)sp_lev.h" />
<ClInclude Include="$(IncDir)sym.h" />
@@ -319,4 +320,4 @@
<Target Name="AfterRebuild">
<MSBuild Projects="$(vsDir)NetHack\afternethack.proj" Targets="Build" Properties="Configuration=$(Configuration)" />
</Target>
</Project>
</Project>