]> 4ch.mooo.com Git - 16.git/commitdiff
doslib part of p16 now can be compiled in dos ww i think oops~
authorsparky4 <sparky4@cock.li>
Mon, 29 Aug 2016 23:31:36 +0000 (18:31 -0500)
committersparky4 <sparky4@cock.li>
Mon, 29 Aug 2016 23:31:36 +0000 (18:31 -0500)
makefile

index ad14b61409cd8fbdb1fc5569a7c7e4d3fcbedf93..42f8c197450728efc806399dd1a6ee476b92f6d9 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -265,7 +265,7 @@ $(DOSLIB_8250)/dos86h/8250.lib:
        cd $(DOSLIB_8250:$(to_os_path)) && .$(DIRSEP)$(DOSLIBMAKE) && cd $(BUILD_ROOT)
 
 joytest.exe:
-       cd $(DOSLIB_JOYSTICK:$(to_os_path)) && .$(DIRSEP)make.sh && cd $(BUILD_ROOT)
+       cd $(DOSLIB_JOYSTICK:$(to_os_path)) && .$(DIRSEP)$(DOSLIBMAKE) && cd $(BUILD_ROOT)
        $(COPYCOMMAND) $(DOSLIB_JOYSTICK:$(to_os_path))$(DIRSEP)dos86h$(DIRSEP)test.exe joytest.exe
 #$(DOSLIBLIBS): .symbolic
 #      @cd $(DOSLIB:$(to_os_path))