From: sparky4 Date: Sat, 27 Aug 2016 00:16:23 +0000 (-0500) Subject: wwww polished some more X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=ada1eda816635703104a0ed7747499f9f25827b8;p=16.git wwww polished some more --- diff --git a/_wlib776.$$$ b/_wlib776.$$$ new file mode 100755 index 00000000..aee7ace5 Binary files /dev/null and b/_wlib776.$$$ differ diff --git a/makefile b/makefile index 06e90b80..eb3185bc 100755 --- a/makefile +++ b/makefile @@ -213,7 +213,9 @@ vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) !endif 16.$(OBJ): $(SRC)16.h $(SRC)16.c +!ifdef __LINUX__ $(WCL) $(FLAGS) -c $(SRC)16.c +!endif bakapi.$(OBJ): $(SRC)bakapi.h $(SRC)bakapi.c $(WCL) $(FLAGS) -c $(SRC)bakapi.c @@ -413,6 +415,9 @@ modex.$(OBJ): $(MODEXLIB_)modex.asm clean: .symbolic @$(REMOVECOMMAND) $(EXEC) @$(REMOVECOMMAND) *.$(OBJ) +!ifdef __LINUX__ + @rm *.LIB +!endif @$(REMOVECOMMAND) 16.lib @$(REMOVECOMMAND) gfx.lib @$(REMOVECOMMAND) vgmsnd.lib diff --git a/modex.lib b/modex.lib new file mode 100755 index 00000000..560a1c68 Binary files /dev/null and b/modex.lib differ