blob: 932c5e25d993d94ff49b3faceade9f92208e81bf [file] [log] [blame]
Kirill Simonov320c6972006-08-20 09:34:59 +00001
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
Kirill Simonov320c6972006-08-20 09:34:59 +000012# An alternative compiler to build the extention.
13#compiler=mingw32
14
15# Additional preprocessor definitions might be required.
16#define=YAML_DECLARE_STATIC
Kirill Simonov93ec8bc2007-05-12 21:41:42 +000017
18# The following options are used to build PyYAML Windows installer
19# for Python 2.3 on my PC:
Kirill Simonov583ea8a2009-08-29 22:37:18 +000020#include_dirs=../../../libyaml/tags/0.1.3/include
21#library_dirs=../../../libyaml/tags/0.1.3/win32/vc6/output/release/lib
Kirill Simonov93ec8bc2007-05-12 21:41:42 +000022#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:
Kirill Simonov583ea8a2009-08-29 22:37:18 +000026#include_dirs=../../../libyaml/tags/0.1.3/include
27#library_dirs=../../../libyaml/tags/0.1.3/win32/vs2003/output/release/lib
Kirill Simonov938ef712008-09-30 12:25:27 +000028#define=YAML_DECLARE_STATIC
29
30# The following options are used to build PyYAML Windows installer
Kirill Simonov583ea8a2009-08-29 22:37:18 +000031# for Python 2.6, Python 3.0 and Python 3.1 on my PC:
32#include_dirs=../../../libyaml/tags/0.1.3/include
33#library_dirs=../../../libyaml/tags/0.1.3/win32/vs2008/output/release/lib
Kirill Simonove2bf4f32008-12-30 14:55:47 +000034#define=YAML_DECLARE_STATIC
Kirill Simonov583ea8a2009-08-29 22:37:18 +000035