Makefile fix following depend. changes
This commit is contained in:
6
Files
6
Files
@@ -172,9 +172,9 @@ vmsmisc.c vmstty.c vmsunix.c
|
||||
|
||||
sys/winnt:
|
||||
(files for Windows 9x, NT and Windows2000 version)
|
||||
console.rc defaults.nh Install.nt Makefile.bcc Makefile.msc
|
||||
mapimail.c nethack.def nhico.uu nhsetup.bat ntsound.c
|
||||
nttty.c win32api.h winnt.c
|
||||
console.rc defaults.nh Install.nt Makefile.bcc Makefile.gcc
|
||||
Makefile.msc mapimail.c nethack.def nhico.uu nhsetup.bat
|
||||
ntsound.c nttty.c win32api.h winnt.c
|
||||
|
||||
util:
|
||||
(files for all versions)
|
||||
|
||||
@@ -652,7 +652,7 @@ $(O)makedefs.o: $(CONFIG_H) $(INCL)\monattk.h $(INCL)\monflag.h $(INCL)\objcla
|
||||
# files is modified.
|
||||
#
|
||||
|
||||
$(INCL)\date.h : $(U)makedefs.exe
|
||||
$(INCL)\date.h $(OPTIONS_FILE) : $(U)makedefs.exe
|
||||
$(U)makedefs -v
|
||||
|
||||
$(INCL)\onames.h : $(U)makedefs.exe
|
||||
@@ -1187,8 +1187,8 @@ $(O)qt_win.o: ..\win\Qt\qt_win.cpp $(HACK_H) $(INCL)\func_tab.h \
|
||||
$(CXX) $(CXXFLAGS) -c ..\win\Qt\qt_win.cpp
|
||||
$(O)qt_clust.o: ..\win\Qt\qt_clust.cpp $(INCL)\qt_clust.h
|
||||
$(CXX) $(CXXFLAGS) -c ..\win\Qt\qt_clust.cpp
|
||||
$(O)monstr.o: monstr.c $(CONFIG_H)
|
||||
$(O)vis_tab.o: vis_tab.c $(CONFIG_H) $(INCL)\vis_tab.h
|
||||
$(O)monstr.o: $(SRC)\monstr.c $(CONFIG_H)
|
||||
$(O)vis_tab.o: $(SRC)\vis_tab.c $(CONFIG_H) $(INCL)\vis_tab.h
|
||||
$(O)allmain.o: allmain.c $(HACK_H)
|
||||
$(O)alloc.o: alloc.c $(CONFIG_H)
|
||||
$(O)apply.o: apply.c $(HACK_H) $(INCL)\edog.h
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -604,7 +604,7 @@ $(O)makedefs.o: $(CONFIG_H) $(INCL)\monattk.h $(INCL)\monflag.h $(INCL)\objcla
|
||||
# files is modified.
|
||||
#
|
||||
|
||||
$(INCL)\date.h : $(U)makedefs.exe
|
||||
$(INCL)\date.h $(OPTIONS_FILE) : $(U)makedefs.exe
|
||||
$(U)makedefs -v
|
||||
|
||||
$(INCL)\onames.h : $(U)makedefs.exe
|
||||
@@ -1222,8 +1222,8 @@ $(O)qt_win.o: ..\win\Qt\qt_win.cpp $(HACK_H) $(INCL)\func_tab.h \
|
||||
$(CXX) $(CXXFLAGS) -c ..\win\Qt\qt_win.cpp
|
||||
$(O)qt_clust.o: ..\win\Qt\qt_clust.cpp $(INCL)\qt_clust.h
|
||||
$(CXX) $(CXXFLAGS) -c ..\win\Qt\qt_clust.cpp
|
||||
$(O)monstr.o: monstr.c $(CONFIG_H)
|
||||
$(O)vis_tab.o: vis_tab.c $(CONFIG_H) $(INCL)\vis_tab.h
|
||||
$(O)monstr.o: $(SRC)\monstr.c $(CONFIG_H)
|
||||
$(O)vis_tab.o: $(SRC)\vis_tab.c $(CONFIG_H) $(INCL)\vis_tab.h
|
||||
$(O)allmain.o: allmain.c $(HACK_H)
|
||||
$(O)alloc.o: alloc.c $(CONFIG_H)
|
||||
$(O)apply.o: apply.c $(HACK_H) $(INCL)\edog.h
|
||||
|
||||
Reference in New Issue
Block a user