We now use bin2h.pl to build stubify.h
committer: mfx <mfx> 968866969 +0000
This commit is contained in:
+3
-2
@@ -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 $<
|
||||
|
||||
Reference in New Issue
Block a user