Changeset 278
- Timestamp:
- 09/30/08 08:25:27 (5 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/setup.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.cfg
r255 r278 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/ trunk/include21 #library_dirs=../../libyaml/ trunk/win32/vc6/output/release/lib20 #include_dirs=../../libyaml/stable/include 21 #library_dirs=../../libyaml/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/ trunk/include27 #library_dirs=../../libyaml/ trunk/win32/vs2003/output/release/lib26 #include_dirs=../../libyaml/stable/include 27 #library_dirs=../../libyaml/stable/win32/vs2003/output/release/lib 28 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/stable/include 33 #library_dirs=../../libyaml/stable/win32/vs2008/output/release/lib 34 #define=YAML_DECLARE_STATIC
Note: See TracChangeset
for help on using the changeset viewer.
