]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
fixed up wf3d8086
[16.git] / makefile
index ae1f727f4dc62a7f83b45c0686285d32e0723404..1736eec7a3f1c6460068f735fda26987cd204b58 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -183,7 +183,7 @@ DOSLIB=doslib.lib
 
 #CFLAGS is neccessary here
 .$(OBJ).exe :
-       *wcl $(LFLAGS) $(extra_$^&_exe_opts)$<          -fe=$@
+       *wcl $(LFLAGS) $(extra_$^&_exe_opts) $<         -fe=$@
 
 LIBMAKERULE=*wlib $(LIBFLAGS) $(extra_$^&_lib_opts)$@ $<
 .$(OBJ).lib :
@@ -249,7 +249,10 @@ SPRIUTILEXEC = &
 
 EXEC = &
        16.exe &
-       bakapi.exe
+       bakapi.exe &
+       $(TESTEXEC) &
+       $(UTILEXEC) &
+       $(DOSLIBTESTEXEC)
 
 !ifdef __LINUX__
 #++?EXEC += $(SPRIUTILEXEC)
@@ -505,7 +508,7 @@ clean: .symbolic
        @if not exist pcx2vrl wmake -s -h pcx2vrl
        #@if not exist png2vrl wmake -s -h png2vrl
        @if not exist dro2imf wmake -s -h drotoimf
-       @if not exist raw2vgm wmake -s -h vgmtools
+       #@if not exist raw2vgm wmake -s -h vgmtools
 !else
        @if exist *.o $(REMOVECOMMAND) *.o
 !endif