From: sparky4 Date: Wed, 6 Sep 2017 21:23:37 +0000 (-0500) Subject: due to issues with compiling open watcom2 and compiling with it i will be using 1... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=2256b96f617262bbae03353b94a8695931a5a225 due to issues with compiling open watcom2 and compiling with it i will be using 1.9 until it is fixed. this commit only has 1 moved line in the makefile wwww --- diff --git a/makefile b/makefile index ac1cb527..87b57f05 100755 --- a/makefile +++ b/makefile @@ -464,7 +464,6 @@ dos_kb.$(OBJ): $(OLDMODEX16LIBDIR)/dos_kb.c $(OLDMODEX16LIBDIR)/dos_kb.h # clean: .symbolic @if not exist $(DOSLIBDIR)/buildall.sh wmake -s -h initlibs - @if not exist ps.exe wmake -s -h ps.exe @wmake -s -h initscript @for %f in ($(ALLEXEC)) do @if exist %f $(REMOVECOMMAND) %f !ifdef __LINUX__ @@ -504,6 +503,7 @@ clean: .symbolic # @$(COPYCOMMAND) $(SRCLIB)16_hc.* $(EXMMTESTDIR)$(SRCLIB) # @$(COPYCOMMAND) $(SRCLIB)types.h $(EXMMTESTDIR)$(SRCLIB) # @$(COPYCOMMAND) $(NYANLIB)* $(EXMMTESTDIR)$(NYANLIB) + @if not exist ps.exe wmake -s -h ps.exe nuke: .symbolic @wmake clean diff --git a/ps.lnk b/ps.lnk new file mode 100755 index 00000000..c3dd150a --- /dev/null +++ b/ps.lnk @@ -0,0 +1,8 @@ +option quiet +debug dwarf +option stack=32768 +system dos +file ps.obj +file 16_head.obj +name ps.exe +option map=ps.meh