Changeset 3545 for build_options.py


Ignore:
Timestamp:
Sep 7, 2006, 2:52:51 PM (18 years ago)
Author:
jack
Message:

Added basic install support of the python .py/.pyc/.pyo files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_options.py

    r3544 r3545  
    1212# Optimisation level used when building the .pyo files
    1313OPTIMISATION_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.
     18PREFIX = 'c:\\pyanuga_temp'
     19
     20# Install .py files as well as the binaries? Yes/No option
     21INSTALL_PYTHON_SOURCE = 'Yes'
Note: See TracChangeset for help on using the changeset viewer.