| Revision 232,
513 bytes
checked in by xi, 7 years ago
(diff) |
|
Create the 3.04 tag.
|
| Rev | Line | |
|---|
| [229] | 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 | |
|---|
| 13 | # An alternative compiler to build the extention. |
|---|
| 14 | #compiler=mingw32 |
|---|
| 15 | |
|---|
| 16 | # Additional preprocessor definitions might be required. |
|---|
| 17 | #define=YAML_DECLARE_STATIC |
|---|
Note: See
TracBrowser
for help on using the repository browser.