Changeset 340
- Timestamp:
- 12/30/08 15:05:21 (4 years ago)
- Location:
- pyyaml/tags/3.08
- Files:
-
- 2 edited
-
ext/_yaml.h (modified) (1 diff)
-
setup.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/tags/3.08/ext/_yaml.h
r335 r340 14 14 15 15 #endif 16 17 #ifdef _MSC_VER /* MS Visual C++ 6.0 */ 18 #if _MSC_VER == 1200 19 20 #define PyLong_FromUnsignedLongLong(z) PyInt_FromLong(i) 21 22 #endif 23 #endif -
pyyaml/tags/3.08/setup.cfg
r335 r340 29 29 30 30 # The following options are used to build PyYAML Windows installer 31 # for Python 2.6 on my PC:31 # for Python 2.6 and Python 3.0 on my PC: 32 32 #include_dirs=../../../libyaml/tags/0.1.2/include 33 33 #library_dirs=../../../libyaml/tags/0.1.2/win32/vs2008/output/release/lib 34 34 #define=YAML_DECLARE_STATIC 35 36 # The following options are used to build PyYAML Windows installer37 # for Python 3.0 on my PC:38 #include_dirs=../../../libyaml/tags/0.1.2/include39 #library_dirs=../../../libyaml/tags/0.1.2/win32/vs2008/output/release/lib40 #define=YAML_DECLARE_STATIC
Note: See TracChangeset
for help on using the changeset viewer.
