Changeset 3545 for build_options.py
- Timestamp:
- Sep 7, 2006, 2:52:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_options.py
r3544 r3545 12 12 # Optimisation level used when building the .pyo files 13 13 OPTIMISATION_LEVEL = 1 14 15 # Where to install the compiled files. Defaults vary based on OS. 16 # Uncommenting this and leaving it as the empty string will cause the 17 # build to fail. 18 PREFIX = 'c:\\pyanuga_temp' 19 20 # Install .py files as well as the binaries? Yes/No option 21 INSTALL_PYTHON_SOURCE = 'Yes'
Note: See TracChangeset
for help on using the changeset viewer.