Changeset 255 for pyyaml/trunk/setup.cfg
- Timestamp:
- 05/12/07 17:41:42 (6 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/setup.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.cfg
r229 r255 10 10 #library_dirs=/usr/local/lib:../../lib 11 11 12 13 12 # An alternative compiler to build the extention. 14 13 #compiler=mingw32 … … 16 15 # Additional preprocessor definitions might be required. 17 16 #define=YAML_DECLARE_STATIC 17 18 # The following options are used to build PyYAML Windows installer 19 # for Python 2.3 on my PC: 20 #include_dirs=../../libyaml/trunk/include 21 #library_dirs=../../libyaml/trunk/win32/vc6/output/release/lib 22 #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: 26 #include_dirs=../../libyaml/trunk/include 27 #library_dirs=../../libyaml/trunk/win32/vs2003/output/release/lib 28 #define=YAML_DECLARE_STATIC
Note: See TracChangeset
for help on using the changeset viewer.
