summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-09-30 12:25:27 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-09-30 12:25:27 +0000
commit298626ceb07b96ad8d7e5c3b84204c6ae2e831af (patch)
tree060dabd0dd4c9daa6363a6141f069c3ec7445a65
parentec8fc89edefbedac1b8d58e469c8aa780122ce35 (diff)
downloadpyyaml-298626ceb07b96ad8d7e5c3b84204c6ae2e831af.tar.gz
Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 options.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@278 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--setup.cfg14
1 files changed, 10 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 118501d..5bd5abd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,12 +17,18 @@
# The following options are used to build PyYAML Windows installer
# for Python 2.3 on my PC:
-#include_dirs=../../libyaml/trunk/include
-#library_dirs=../../libyaml/trunk/win32/vc6/output/release/lib
+#include_dirs=../../libyaml/stable/include
+#library_dirs=../../libyaml/stable/win32/vc6/output/release/lib
#define=YAML_DECLARE_STATIC
# The following options are used to build PyYAML Windows installer
# for Python 2.4 and Python 2.5 on my PC:
-#include_dirs=../../libyaml/trunk/include
-#library_dirs=../../libyaml/trunk/win32/vs2003/output/release/lib
+#include_dirs=../../libyaml/stable/include
+#library_dirs=../../libyaml/stable/win32/vs2003/output/release/lib
+#define=YAML_DECLARE_STATIC
+
+# The following options are used to build PyYAML Windows installer
+# for Python 2.6 on my PC:
+#include_dirs=../../libyaml/stable/include
+#library_dirs=../../libyaml/stable/win32/vs2008/output/release/lib
#define=YAML_DECLARE_STATIC