From: Jonathan Campbell Date: Mon, 12 Dec 2016 11:16:34 +0000 (-0800) Subject: use latest fixup to DOSLIB that allows you to specify that DOSLIB X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=25753e20d43e1ebedfc22ec9e94e6c88b4324c7b 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. --- 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