From: sparky4 Date: Sun, 28 Aug 2016 02:34:26 +0000 (-0500) Subject: hmmmm X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=694d5d5746a2fb6036dd70cacc9a3e1fb8897dad;p=16.git hmmmm --- diff --git a/16.bak b/16.bak deleted file mode 100755 index aee7ace5..00000000 Binary files a/16.bak and /dev/null differ diff --git a/makefile b/makefile index 8af02127..40b84129 100755 --- a/makefile +++ b/makefile @@ -205,8 +205,8 @@ pcxtest2.exe: pcxtest2.$(OBJ) gfx.lib $(DOSLIBLIBS) #planrpcx.exe: planrpcx.$(OBJ) gfx.lib maptest.exe: maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) gfx.lib $(DOSLIBLIBS) fmemtest.exe: fmemtest.$(OBJ) -exmmtest.exe: exmmtest.$(OBJ) $(16LIB) -vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) +exmmtest.exe: exmmtest.$(OBJ) $(16LIB) $(DOSLIBLIBS) +vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) $(DOSLIBLIBS) # # executable's objects @@ -308,7 +308,7 @@ clean: .symbolic !ifdef __LINUX__ @rm *.LIB @rm *.EXE - @$(REMOVECOMMAND) *.\$\$\$ + #@$(REMOVECOMMAND) *.\$\$\$ !else @*$(REMOVECOMMAND) *.$$$ !endif