Remove textpre.awk and link textpre.py to the build.

hg-commit-id: d021377297bf
This commit is contained in:
IIMarckus 2012-03-04 23:03:36 -07:00
parent e471bd6a3b
commit f06e2f937c
2 changed files with 1 additions and 315 deletions

View file

@ -1,6 +1,3 @@
#gawk sort order
export LC_CTYPE=C
.SUFFIXES: .asm .tx .o .gbc
TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \
@ -18,7 +15,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
awk -f textpre.awk < $< > $@
python textpre.py < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<