X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=7b09f4c1c72832bdc1b30c1bc9562b0e6eb79c53;hb=63f919f037807596df10521b29adb4e7ba6bbaae;hp=1df568138f3843e39c04d4ba69611851d2c40ba0;hpb=b656b8121cfcada5d9f0528f2806b775edcdfb15;p=16.git diff --git a/makefile b/makefile index 1df56813..7b09f4c1 100755 --- a/makefile +++ b/makefile @@ -92,8 +92,6 @@ EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe all: $(EXEC) -!include $(DOSLIBDIR)/extdep.mak - #$(16LIBOBJS) => 16.lib bug.... # #game and bakapi executables @@ -113,12 +111,12 @@ scroll.$(OBJ): $(SRC)scroll.c # NOTE: dos86h = 16-bit huge memory model. memory model must match! -tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) +tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib # %write tmp.cmd option quiet option map=tesuto.map $(DOSLIB_LDFLAGS_DOS16H) file tesuto.obj name tesuto.exe # %write tmp.cmd library $(DOSLIBDIR)/hw/cpu/dos86h/cpu.lib # %write tmp.cmd library $(DOSLIBDIR)/hw/dos/dos86h/dos.lib # @wlink @tmp.cmd - wcl $(FLAGS) $(WCLQ) tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) + wcl $(FLAGS) $(WCLQ) tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib tesuto.$(OBJ): $(SRC)tesuto.c wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c #tesuto.exe: tesuto.$(OBJ) @@ -296,6 +294,9 @@ gfx.lib: $(GFXLIBOBJS) vgmsnd.lib: $(VGMSNDOBJ) wlib -b $(WLIBQ) vgmsnd.lib $(VGMSNDOBJ) +# extdep: +# !include $(DOSLIBDIR)/extdep.mak + # library deps 16-bit huge $(DOSLIBDIR)/hw/cpu/dos86h/cpu.lib: cd $(DOSLIBDIR)/hw/cpu && ./make.sh @@ -478,7 +479,7 @@ updatelibs: .symbolic @cd $(PDIR)$(PDIR)$(PDIR) @cd $(DOSLIB) @git pull - @./buildall.sh +# @./buildall.sh @cd $(PDIR)$(PDIR)$(PDIR) reinitlibs: .symbolic