From: sparky4 Date: Fri, 3 May 2019 22:18:21 +0000 (-0500) Subject: inconsistancy with wmake on 1.9 and 2.0 on both linux and dos is giving me issues... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=dfc654032431622dd08145496b8bb4e5e63c8776 inconsistancy with wmake on 1.9 and 2.0 on both linux and dos is giving me issues oops forgot and this to make it work in dos because of the thingy --- diff --git a/makefile b/makefile index f95f22b7..bea439f2 100755 --- 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 index 00000000..07fadfb6 Binary files /dev/null and b/opltest.exe differ