Changeset 378 for pyyaml/trunk/setup.cfg
- Timestamp:
- 05/29/11 23:28:15 (12 months ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/setup.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.cfg
r356 r378 18 18 # The following options are used to build PyYAML Windows installer 19 19 # for Python 2.3 on my PC: 20 #include_dirs=../../../libyaml/tags/0.1. 3/include21 #library_dirs=../../../libyaml/tags/0.1. 3/win32/vc6/output/release/lib20 #include_dirs=../../../libyaml/tags/0.1.4/include 21 #library_dirs=../../../libyaml/tags/0.1.4/win32/vc6/output/release/lib 22 22 #define=YAML_DECLARE_STATIC 23 23 24 24 # The following options are used to build PyYAML Windows installer 25 25 # for Python 2.4 and Python 2.5 on my PC: 26 #include_dirs=../../../libyaml/tags/0.1. 3/include27 #library_dirs=../../../libyaml/tags/0.1. 3/win32/vs2003/output/release/lib26 #include_dirs=../../../libyaml/tags/0.1.4/include 27 #library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib 28 28 #define=YAML_DECLARE_STATIC 29 29 30 30 # The following options are used to build PyYAML Windows installer 31 # for Python 2.6, Python 3.0 and Python 3.1on my PC:32 #include_dirs=../../../libyaml/tags/0.1. 3/include33 #library_dirs=../../../libyaml/tags/0.1. 3/win32/vs2008/output/release/lib31 # for Python 2.6, 2.7, 3.0, 3.1 and 3.2 on my PC: 32 #include_dirs=../../../libyaml/tags/0.1.4/include 33 #library_dirs=../../../libyaml/tags/0.1.4/win32/vs2008/output/release/lib 34 34 #define=YAML_DECLARE_STATIC 35 35
