Mercurial > touhou
comparison data/ST/Makefile @ 414:b0b8825296d0
Follow the PEP-0394 guidelines, migrating from python to python2.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 22 Jun 2013 23:16:03 +0200 |
parents | 1bc0ad774ed4 |
children | 016f6b937893 |
comparison
equal
deleted
inserted
replaced
413:6d7dbcb31d95 | 414:b0b8825296d0 |
---|---|
55 stg1enm2.anm: stg1enm2.script | 55 stg1enm2.anm: stg1enm2.script |
56 thanm c stg1enm2.anm stg1enm2.script | 56 thanm c stg1enm2.anm stg1enm2.script |
57 | 57 |
58 | 58 |
59 ecldata1.ecl: make_ecl.py | 59 ecldata1.ecl: make_ecl.py |
60 PYTHONPATH=../../ python make_ecl.py | 60 PYTHONPATH=../../ python2 make_ecl.py |
61 | 61 |
62 | 62 |
63 stage1.std: make_stage.py | 63 stage1.std: make_stage.py |
64 PYTHONPATH=../../ python make_stage.py | 64 PYTHONPATH=../../ python2 make_stage.py |
65 | 65 |
66 | 66 |
67 msg1.dat: msg1.script | 67 msg1.dat: msg1.script |
68 thmsg c6 msg1.script msg1.dat | 68 thmsg c6 msg1.script msg1.dat |
69 | 69 |