We now use bin2h.pl to build stubify.h

committer: mfx <mfx> 968866969 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-13 17:42:49 +00:00
parent 9da2c2d087
commit de0f0c92be
5 changed files with 18 additions and 5 deletions
+3 -2
View File
@@ -94,7 +94,7 @@ all: stubs upxb upxd
stubs: $(STUBS)
mostlyclean:
-rm -f *~ *.bin *.bkp *.i *.lst *.map
-rm -f *~ *.bin *.bkp *.i *.lst *.map stubify.exe
clean: mostlyclean
-rm -f *.o *.asx *.asy
@@ -125,7 +125,8 @@ strings: all
stubify.h: stub.asm
djasm $< $@
djasm $< stubify.exe
$(BIN2H) stubify.exe stubify_stub $@ -q
l_com.h: l_com.asx
$(NASM) -f bin -o $T.bin $<