From 25753e20d43e1ebedfc22ec9e94e6c88b4324c7b Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Mon, 12 Dec 2016 03:16:34 -0800 Subject: [PATCH] use latest fixup to DOSLIB that allows you to specify that DOSLIB compile only specific targets. Do Sparky4 a favor and update his makefile only to build anything relevent to the dos86h target, so that compiling from source no longer requires you to wait for EVERYTHING to build in DOSLIB. --- makefile | 4 ++-- src/lib/doslib | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 0ea96707..3277d082 100755 --- a/makefile +++ b/makefile @@ -42,8 +42,8 @@ COPYCOMMAND=cp -f DIRSEP=/ OBJ=obj DUMP=cat -DOSLIBMAKE=./make.sh -DOSLIBMAKEALL=./buildall.sh +DOSLIBMAKE=./make.sh build all dos86h +DOSLIBMAKEALL=./buildall.sh build all dos86h !else #DOS ^^ to_os_path=/=\ REMOVECOMMAND=del diff --git a/src/lib/doslib b/src/lib/doslib index b3d96d39..d7526840 160000 --- a/src/lib/doslib +++ b/src/lib/doslib @@ -1 +1 @@ -Subproject commit b3d96d397ed4006afe4e4273b00db366dc53fd0d +Subproject commit d75268407b1abab8dc33524d6fdd76b8a00c0ad8 -- 2.39.2