Changeset 288
- Timestamp:
- 09/30/08 10:56:12 (2 months ago)
- Files:
-
- pyyaml/tags/3.06/setup.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pyyaml/tags/3.06/setup.cfg
r278 r288 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/ stable/include21 #library_dirs=../../libyaml/ stable/win32/vc6/output/release/lib20 #include_dirs=../../libyaml/branches/stable/include 21 #library_dirs=../../libyaml/branches/stable/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/ stable/include27 #library_dirs=../../libyaml/ stable/win32/vs2003/output/release/lib26 #include_dirs=../../libyaml/branches/stable/include 27 #library_dirs=../../libyaml/branches/stable/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 31 # for Python 2.6 on my PC: 32 #include_dirs=../../libyaml/ stable/include33 #library_dirs=../../libyaml/ stable/win32/vs2008/output/release/lib32 #include_dirs=../../libyaml/branches/stable/include 33 #library_dirs=../../libyaml/branches/stable/win32/vs2008/output/release/lib 34 34 #define=YAML_DECLARE_STATIC
