diff options
author | Guido van Rossum <guido@python.org> | 2000-04-06 14:46:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-04-06 14:46:40 (GMT) |
commit | b1b3096a54fe15311aae786605c901c2d4a4a6f7 (patch) | |
tree | ca333383cd84896fd3dcc7ad8c9e5ca441517807 /PCbuild/pcbuild.dsw | |
parent | 665dd704a32ffb752e5eed640b90fcd235ae4e5c (diff) | |
download | cpython-b1b3096a54fe15311aae786605c901c2d4a4a6f7.zip cpython-b1b3096a54fe15311aae786605c901c2d4a4a6f7.tar.gz cpython-b1b3096a54fe15311aae786605c901c2d4a4a6f7.tar.bz2 |
Moved socket, select, unicodedata to their own PYD. This should
reduce the size of python16.dll to almost its 1.5.2 size, and remove
dependencies on winsock unless sockets are actually used.
Note that soundex is simply no longer supported.
Diffstat (limited to 'PCbuild/pcbuild.dsw')
-rw-r--r-- | PCbuild/pcbuild.dsw | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/PCbuild/pcbuild.dsw b/PCbuild/pcbuild.dsw index 6d38a7f..072e98b 100644 --- a/PCbuild/pcbuild.dsw +++ b/PCbuild/pcbuild.dsw @@ -3,6 +3,22 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ###############################################################################
+Project: "_socket"=".\_socket.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+ begin source code control
+ _socket
+ ..
+ end source code control
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "_sre"=".\_sre.dsp" - Package Owner=<4>
Package=<5>
@@ -147,6 +163,38 @@ Package=<4> ###############################################################################
+Project: "select"=".\select.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+ begin source code control
+ select
+ ..
+ end source code control
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "unicodedata"=".\unicodedata.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+ begin source code control
+ unicodedata
+ ..
+ end source code control
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "winreg"=".\winreg.dsp" - Package Owner=<4>
Package=<5>
|