OSDN Git Service

sconstruct: If building a release, we use optimised Python. This means that generateC... release-2011.1beta1
authorJames Teh <jamie@jantrid.net>
Tue, 25 Jan 2011 23:32:24 +0000 (09:32 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 25 Jan 2011 23:32:24 +0000 (09:32 +1000)
commitb3a4270a8d73e4b3ff252eec49d1a88fb2ab6474
tree1af0ce136a1fc5b8cd9498f48382475adc5adfeb
parentc7546aa79d00e60dc09f76241806fa13efdf538c
sconstruct: If building a release, we use optimised Python. This means that generateComInterfaces.py needs to be run with optimised Python as well. Otherwise, it will generate .pyc files instead of .pyo files.
Not only will this break, but setup.py will also completely skip the files, so the comInterfaces directory in dist will be completely empty.
sconstruct