|
Revision 923, 0.8 kB
(checked in by ansgar, 5 years ago)
|
added gui.LoadImage? and gui.SaveImage?; fixed case sensitivity bug for image io extensions; tweaks to settings.py template
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# edit this file and save it as settings.py |
|---|
| 3 |
# |
|---|
| 4 |
# denote extra path entries to search for header files |
|---|
| 5 |
# separate path entries with a whitespace |
|---|
| 6 |
#EXTRA_INCLUDE_PATH = '/usr/local/include' |
|---|
| 7 |
|
|---|
| 8 |
# denote extra path entries to search for shared libraries |
|---|
| 9 |
# separate path entries with a whitespace |
|---|
| 10 |
#EXTRA_LIBRARY_PATH = '/usr/local/lib' |
|---|
| 11 |
|
|---|
| 12 |
# extra flags to be added to the compilation |
|---|
| 13 |
# optimization |
|---|
| 14 |
EXTRA_CC_FLAGS = '-O2 -DNDEBUG' |
|---|
| 15 |
# debug settings |
|---|
| 16 |
#EXTRA_CC_FLAGS = '-g -Wall' |
|---|
| 17 |
|
|---|
| 18 |
# extra link flags |
|---|
| 19 |
#EXTRA_LINK_FLAGS = '' |
|---|
| 20 |
|
|---|
| 21 |
# extra libraries to include at link time |
|---|
| 22 |
#EXTRA_LIBS = '' |
|---|
| 23 |
|
|---|
| 24 |
# denote the suffix on the boost libraries, e.g. '-gcc' |
|---|
| 25 |
# not needed for most distros that have boost as a package |
|---|
| 26 |
#BOOST_LIBS_SUFFIX = '-gcc' |
|---|
| 27 |
|
|---|
| 28 |
# if given, overrides the default detection of python |
|---|
| 29 |
# not needed in most cases |
|---|
| 30 |
# PYTHON_VERSION = '2.3' |
|---|