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