]> 4ch.mooo.com Git - 16.git/commitdiff
use latest fixup to DOSLIB that allows you to specify that DOSLIB
authorJonathan Campbell <jonathan@castus.tv>
Mon, 12 Dec 2016 11:16:34 +0000 (03:16 -0800)
committerJonathan Campbell <jonathan@castus.tv>
Mon, 12 Dec 2016 11:16:34 +0000 (03:16 -0800)
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
src/lib/doslib

index 0ea96707e557c2e049bc4818f3006200c437d870..3277d082ea494cec205d55893e4edc047db22167 100755 (executable)
--- 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
index b3d96d397ed4006afe4e4273b00db366dc53fd0d..d75268407b1abab8dc33524d6fdd76b8a00c0ad8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b3d96d397ed4006afe4e4273b00db366dc53fd0d
+Subproject commit d75268407b1abab8dc33524d6fdd76b8a00c0ad8