summaryrefslogtreecommitdiff
path: root/PCbuild/pcbuild.proj
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-14 10:58:06 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-04-14 10:58:06 -0500
commita3bd998a6b2d1beaa573398a3fd97ef74bc86db2 (patch)
treef81e952a7bf3f7a3c9c805773eb3702b56d1c3f4 /PCbuild/pcbuild.proj
parent23fb17128e1b3d47c1d0e6fe90f8dd3f5789099b (diff)
downloadcpython-a3bd998a6b2d1beaa573398a3fd97ef74bc86db2.tar.gz
Actually build Tix.
It's been absent from all alpha releases, which apparently nobody has noticed.
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r--PCbuild/pcbuild.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj
index 404b8d4ebf..9cf1072fe1 100644
--- a/PCbuild/pcbuild.proj
+++ b/PCbuild/pcbuild.proj
@@ -40,7 +40,7 @@
<!-- _freeze_importlib -->
<Projects Include="_freeze_importlib.vcxproj" />
<!-- Extension modules -->
- <ExtensionModules Include="_bz2;_ctypes;_decimal;_elementtree;_lzma;_msi;_multiprocessing;_overlapped;_sqlite3;_tkinter;pyexpat;select;unicodedata;winsound" />
+ <ExtensionModules Include="_bz2;_ctypes;_decimal;_elementtree;_lzma;_msi;_multiprocessing;_overlapped;_sqlite3;_tkinter;tix;pyexpat;select;unicodedata;winsound" />
<!-- _ssl will build _socket as well, which may cause conflicts in parallel builds -->
<ExtensionModules Include="_socket" Condition="!$(IncludeSSL)" />
<ExtensionModules Include="_ssl;_hashlib" Condition="$(IncludeSSL)" />