freebsd-ports/www/quixote/scripts/compile_ptl.py
Pav Lucistnik 29ce2e142f - Update to 2.0
- Require python 2.3+

PR:		ports/79851
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-13 08:34:10 +00:00

5 lines
123 B
Python

import sys
from quixote.ptl import ptl_compile
for srcfile in sys.argv[1:]:
ptl_compile.compile(srcfile, srcfile + 'c')