summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-10-04 20:50:12 +0000
committerGerald Combs <gerald@wireshark.org>2011-10-04 20:50:12 +0000
commit996935a5de7435da3789650068db9d7d15697743 (patch)
tree09cefa8b52f8d65c2ad2e4f7c4eab1917a7aec55 /config.nmake
parent463fcff9f46835a669cee767a814f89e6acaa5f5 (diff)
downloadwireshark-996935a5de7435da3789650068db9d7d15697743.tar.gz
Add more entries to the Python CRT list.
svn path=/trunk/; revision=39257
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index d56294615d..edccfe3d2a 100644
--- a/config.nmake
+++ b/config.nmake
@@ -160,7 +160,9 @@ NASM=$(WIRESHARK_LIB_DIR)\nasm-2.09.08\nasm.exe
# Python version CRT (32-bit) CRT (64-bit)
# 2.4.4 7.1 ?
# 2.6.1 9.0 ?
-# 2.6.2 9.0
+# 2.6.2 ? 9.0
+# 2.7.1 9.0 9.0
+# 3.2.2 9.0 9.0
#
# If you versions of Python and Visual C++ use different CRTs
# comment this out.