]> 4ch.mooo.com Git - 16.git/commitdiff
inconsistancy with wmake on 1.9 and 2.0 on both linux and dos is giving me issues...
authorsparky4 <sparky4@cock.li>
Fri, 3 May 2019 22:18:21 +0000 (17:18 -0500)
committersparky4 <sparky4@cock.li>
Fri, 3 May 2019 22:18:21 +0000 (17:18 -0500)
makefile
opltest.exe [new file with mode: 0755]

index f95f22b7f6908be1a31be4087423730bc3764ce1..bea439f27a2f472fe714273755d939aa3e98557b 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -193,7 +193,6 @@ LIBMAKERULE=*wlib $(LIBFLAGS) $(extra_$^&_lib_opts)$@ $<
 # List of executables to build
 #
 EXTERNTESTEXEC = &
-       joytest.exe &
        wcpu.exe &
        db.exe
 TESTEXEC = &
@@ -231,6 +230,9 @@ UTILEXEC = &
        ps.exe
 #      fd-dbg.exe
 !ifdef __LINUX__
+DOSLIBTESTEXEC = &
+       joytest.exe &
+       opltest.exe
 SPRIUTILEXEC = &
        pcx2vrl &
        pcxsscut &
@@ -248,8 +250,7 @@ EXEC = &
        16.exe &
        bakapi.exe &
        $(TESTEXEC) &
-       $(UTILEXEC) &
-       opltest.exe
+       $(UTILEXEC)
 
 #!ifdef __LINUX__
 #EXEC += $(SPRIUTILEXEC)
diff --git a/opltest.exe b/opltest.exe
new file mode 100755 (executable)
index 0000000..07fadfb
Binary files /dev/null and b/opltest.exe differ