| Revision 322,
1.2 KB
checked in by xi, 4 years ago
(diff) |
|
Refactored the test suite; updated include and library paths in setup.cfg.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # The INCLUDE and LIB directories to build the '_yaml' extension. |
|---|
| 3 | # You may also set them using the options '-I' and '-L'. |
|---|
| 4 | [build_ext] |
|---|
| 5 | |
|---|
| 6 | # List of directories to search for 'yaml.h' (separated by ':'). |
|---|
| 7 | #include_dirs=/usr/local/include:../../include |
|---|
| 8 | |
|---|
| 9 | # List of directories to search for 'libyaml.a' (separated by ':'). |
|---|
| 10 | #library_dirs=/usr/local/lib:../../lib |
|---|
| 11 | |
|---|
| 12 | # An alternative compiler to build the extention. |
|---|
| 13 | #compiler=mingw32 |
|---|
| 14 | |
|---|
| 15 | # Additional preprocessor definitions might be required. |
|---|
| 16 | #define=YAML_DECLARE_STATIC |
|---|
| 17 | |
|---|
| 18 | # The following options are used to build PyYAML Windows installer |
|---|
| 19 | # for Python 2.3 on my PC: |
|---|
| 20 | #include_dirs=../../../libyaml/tags/0.1.2/include |
|---|
| 21 | #library_dirs=../../../libyaml/tags/0.1.2/win32/vc6/output/release/lib |
|---|
| 22 | #define=YAML_DECLARE_STATIC |
|---|
| 23 | |
|---|
| 24 | # The following options are used to build PyYAML Windows installer |
|---|
| 25 | # for Python 2.4 and Python 2.5 on my PC: |
|---|
| 26 | #include_dirs=../../../libyaml/tags/0.1.2/include |
|---|
| 27 | #library_dirs=../../../libyaml/tags/0.1.2/win32/vs2003/output/release/lib |
|---|
| 28 | #define=YAML_DECLARE_STATIC |
|---|
| 29 | |
|---|
| 30 | # The following options are used to build PyYAML Windows installer |
|---|
| 31 | # for Python 2.6 on my PC: |
|---|
| 32 | #include_dirs=../../../libyaml/tags/0.1.2/include |
|---|
| 33 | #library_dirs=../../../libyaml/tags/0.1.2/win32/vs2008/output/release/lib |
|---|
| 34 | #define=YAML_DECLARE_STATIC |
|---|
| 35 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.