windows build mods to support branch change
Changes to be committed: modified: sys/winnt/Makefile.gcc modified: sys/winnt/Makefile.msc modified: win/win32/vs2015/NetHack.vcxproj modified: win/win32/vs2015/NetHackW.vcxproj modified: win/win32/vs2015/files.props modified: win/win32/vs2017/NetHack.vcxproj modified: win/win32/vs2017/NetHackW.vcxproj modified: win/win32/vs2017/files.props
This commit is contained in:
+2
-10
@@ -352,7 +352,7 @@ VOBJ10 = $(O)mail.o $(O)makemon.o $(O)mapglyph.o $(O)mcastu.o
|
||||
VOBJ11 = $(O)mhitm.o $(O)mhitu.o $(O)minion.o $(O)mklev.o
|
||||
VOBJ12 = $(O)mkmap.o $(O)mkmaze.o $(O)mkobj.o $(O)mkroom.o
|
||||
VOBJ13 = $(O)mon.o $(O)mondata.o $(O)monmove.o $(O)monst.o
|
||||
VOBJ14 = $(O)monstr.o $(O)mplayer.o $(O)mthrowu.o $(O)muse.o
|
||||
VOBJ14 = $(O)mplayer.o $(O)mthrowu.o $(O)muse.o
|
||||
VOBJ15 = $(O)music.o $(O)o_init.o $(O)objects.o $(O)objnam.o
|
||||
VOBJ16 = $(O)options.o $(O)pager.o $(O)pickup.o $(O)pline.o
|
||||
VOBJ17 = $(O)polyself.o $(O)potion.o $(O)pray.o $(O)priest.o
|
||||
@@ -637,7 +637,7 @@ $(O)sp_lev.tag: $(O)utility.tag $(DAT)/bigroom.des $(DAT)/castle.des \
|
||||
$(subst /,\,echo sp_levs done > $(O)sp_lev.tag)
|
||||
|
||||
$(O)utility.tag: $(INCL)/date.h $(INCL)/onames.h $(INCL)/pm.h \
|
||||
$(SRC)/monstr.c $(SRC)/vis_tab.c $(U)levcomp.exe $(INCL)/vis_tab.h \
|
||||
$(SRC)/vis_tab.c $(U)levcomp.exe $(INCL)/vis_tab.h \
|
||||
$(U)dgncomp.exe $(TILEUTIL16)
|
||||
$(subst /,\,@echo utilities made >$@)
|
||||
@echo utilities made.
|
||||
@@ -743,12 +743,6 @@ $(INCL)/onames.h : $(U)makedefs.exe
|
||||
$(INCL)/pm.h : $(U)makedefs.exe
|
||||
$(subst /,\,$(U)makedefs -p)
|
||||
|
||||
#$(INCL)/trap.h : $(U)makedefs.exe
|
||||
# $(U)makedefs -t
|
||||
|
||||
$(SRC)/monstr.c: $(U)makedefs.exe
|
||||
$(subst /,\,$(U)makedefs -m)
|
||||
|
||||
$(INCL)/vis_tab.h: $(U)makedefs.exe
|
||||
$(subst /,\,$(U)makedefs -z)
|
||||
|
||||
@@ -1129,7 +1123,6 @@ spotless: clean
|
||||
$(subst /,\,if exist $(DAT)/water.lev del $(DAT)/water.lev)
|
||||
$(subst /,\,if exist $(DAT)/wizard?.lev del $(DAT)/wizard?.lev)
|
||||
$(subst /,\,if exist $(O)sp_lev.tag del $(O)sp_lev.tag)
|
||||
$(subst /,\,if exist $(SRC)/monstr.c del $(SRC)/monstr.c)
|
||||
$(subst /,\,if exist $(SRC)/vis_tab.c del $(SRC)/vis_tab.c)
|
||||
$(subst /,\,if exist $(U)recover.exe del $(U)recover.exe)
|
||||
$(subst /,\,if exist $(DAT)/dlb.lst del $(DAT)/dlb.lst)
|
||||
@@ -1400,7 +1393,6 @@ $(O)qt_clust.o: ../win/Qt/qt_clust.cpp $(INCL)/qt_clust.h
|
||||
$(CXX) $(CXXFLAGS) -o$@ ../win/Qt/qt_clust.cpp
|
||||
$(O)qttableview.o: ../win/Qt/qttableview.cpp $(INCL)/qttableview.h
|
||||
$(CXX) $(CXXFLAGS) -o$@ ../win/Qt/qttableview.cpp
|
||||
$(O)monstr.o: monstr.c $(CONFIG_H)
|
||||
$(O)vis_tab.o: vis_tab.c $(CONFIG_H) $(INCL)/vis_tab.h
|
||||
$(O)allmain.o: allmain.c $(HACK_H)
|
||||
$(O)alloc.o: alloc.c $(CONFIG_H)
|
||||
|
||||
Reference in New Issue
Block a user