summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-09-30 14:56:12 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-09-30 14:56:12 +0000
commit6fdb8324a136a1b782d03059a68b327e867e44c0 (patch)
tree0e86d2eef404fec9cec96f553f0d0a6ac5e7d70f
parentb75c338254002a0450fb6661ced3e5e08c69d5bb (diff)
downloadpyyaml-6fdb8324a136a1b782d03059a68b327e867e44c0.tar.gz
Fixed include_dirs and library_dirs for the Windows build.
git-svn-id: http://svn.pyyaml.org/pyyaml/tags/3.06@288 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--setup.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 5bd5abd..b0a20a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,18 +17,18 @@
# The following options are used to build PyYAML Windows installer
# for Python 2.3 on my PC:
-#include_dirs=../../libyaml/stable/include
-#library_dirs=../../libyaml/stable/win32/vc6/output/release/lib
+#include_dirs=../../libyaml/branches/stable/include
+#library_dirs=../../libyaml/branches/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/stable/include
-#library_dirs=../../libyaml/stable/win32/vs2003/output/release/lib
+#include_dirs=../../libyaml/branches/stable/include
+#library_dirs=../../libyaml/branches/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
+#include_dirs=../../libyaml/branches/stable/include
+#library_dirs=../../libyaml/branches/stable/win32/vs2008/output/release/lib
#define=YAML_DECLARE_STATIC