From: sparky4 Date: Wed, 8 Mar 2017 15:26:16 +0000 (-0600) Subject: __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=949d58933ba3959e564d3a3920b10a97204ac76c __seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c ][ ca needs huge amounts of work and i should remember what needs to be done soon also i should reverify 16_in.c to make sure it can work with other code of id engine ][ added 1.9 support wwww --- diff --git a/db.exe b/db.exe index af80cac8..587c001b 100755 Binary files a/db.exe and b/db.exe differ diff --git a/makefile b/makefile index 5c1c9cca..cc491802 100755 --- a/makefile +++ b/makefile @@ -40,7 +40,7 @@ to_os_path=\=/ REMOVECOMMAND=rm -f COPYCOMMAND=cp -f DIRSEP=/ -OBJ=o +OBJ=obj DUMP=cat DOSLIBMAKE=./make.sh build all DOSLIBMAKEALL=./buildall.sh build all @@ -107,7 +107,7 @@ UPXQ=-qqq S_FLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k32768 Z_FLAGS=-zk0 -zc -zp8 -zm O_FLAGS=-opmilr -oe=24 -outback -ei -ohnl+ -zp4 -T_FLAGS=-bt=dos -wx -m$(MEMORYMODE) -0 -fpi87 -d1##-fo=.$(OBJ) -e=65536 +T_FLAGS=-bt=dos -wx -m$(MEMORYMODE) -0 -fpi87 -d1 -fo=.$(OBJ) ##-e=65536 DBUGFLAGS=-fm=$^&.mah -fd=$^& CPPFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 @@ -362,9 +362,9 @@ clean: .symbolic @if not exist $(DOSLIBDIR)/buildall.sh wmake -h initlibs @for %f in ($(EXEC)) do @if exist %f $(REMOVECOMMAND) %f !ifdef __LINUX__ - @rm *.LIB + @if exist *.LIB $(REMOVECOMMAND) *.LIB @. src/util/bcexmm.sh - @rm *.EXE + @if exist *.EXE $(REMOVECOMMAND) *.EXE @if exist *.OBJ $(REMOVECOMMAND) *.OBJ !else @if exist *.o $(REMOVECOMMAND) *.o diff --git a/wcpu.exe b/wcpu.exe index dc69eb74..75555b8f 100755 Binary files a/wcpu.exe and b/wcpu.exe differ