X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=d8b5fd20b827b65f5ca462e2695741d1b8f2c12f;hb=06a87a9abaad11c29cf252d83d74970ed426cb5e;hp=42630f87d81d18a7bf0af271ec2189e12aed1395;hpb=ebccc11c46a79148eff48fe3ada319318cb24a38;p=16.git diff --git a/makefile b/makefile index 42630f87..d8b5fd20 100755 --- a/makefile +++ b/makefile @@ -88,7 +88,7 @@ TESTEXEC = exmmtest.exe test.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe -all: $(EXEC) joytest.exe +all: $(EXEC) joytest.exe vrs #$(16LIBOBJS) => 16.lib bug.... # @@ -519,6 +519,12 @@ mx_: .symbolic @wmake -h -f makefile all @cd $(PDIR)$(PDIR) -ed: .symbolic -@$(DOSLIB)hw$(DIRSEP)vga$(DIRSEP)dos86l$(DIRSEP)pcxsscut -s $(SPRI)ptmp.sht -hc $(SPRI)ptmp.h -hp $(SPRI)demoanim_ptmp_ -i $(DATADIR)ptmp.pcx -p $(SPRI)ptmp.pal -tc 0x84 -y # run from subdirectory where output will not be committed accidentally -@$(DOSLIB)hw$(DIRSEP)vga$(DIRSEP)dos86l$(DIRSEP)vrl2vrs -s $(SPRI)ptmp.sht -hc $(SPRI)ptmps.h -hp $(SPRI)demoanim_ptmp_ -o $(SPRI)ptmp.vrs # run from same subdirectory +vrs: .symbolic + @cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga + #@make clean + @make all + @mv pcx2vrl ../../../../../ + @mv pcxsscut ../../../../../ + @mv vrl2vrs ../../../../../ + @mv vrsdump ../../../../../ + @cd ../../../../../