summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-01-10 21:21:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-01-10 21:21:46 -0500
commit831514e5eb399ec9642435d0ff5e5f7c32f40c4c (patch)
tree76986df2aed47994ccdd9580504264cc22ea2f1a
parent04962959fd524e0706a36af7b8ba378a70cbc7bf (diff)
downloadpython-coveragepy-git-831514e5eb399ec9642435d0ff5e5f7c32f40c4c.tar.gz
Python 2.7 has forced me to re-discover all the tweaks I needed.
-rw-r--r--howto.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index d1f78b1f..cf50c0a2 100644
--- a/howto.txt
+++ b/howto.txt
@@ -39,6 +39,11 @@
- Announce on TIP.
+* Building
+
+- Create PythonXX\Lib\distutils\distutils.cfg::
+ [build]
+ compiler = mingw32
* Testing