summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-29 23:46:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-12-29 23:46:40 (GMT)
commitd1f5ccc75d8f01c421556fad7bdffc35ad691fe5 (patch)
tree379ab160aa3e26f24d84f6215eb962b45012adf8 /PCbuild
parent621818b31803324101b4ce5dde60ed425bf5a443 (diff)
downloadcpython-d1f5ccc75d8f01c421556fad7bdffc35ad691fe5.zip
cpython-d1f5ccc75d8f01c421556fad7bdffc35ad691fe5.tar.gz
cpython-d1f5ccc75d8f01c421556fad7bdffc35ad691fe5.tar.bz2
Taught the Windows build about _randommodule.c. This is compiled
into the core DLL, since it's not much code and lots of stuff uses it (e.g., try getting a tempfile name without it).
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp
index c6a13b2..5e98a7c 100644
--- a/PCbuild/pythoncore.dsp
+++ b/PCbuild/pythoncore.dsp
@@ -105,6 +105,10 @@ SOURCE=..\Modules\_localemodule.c
# End Source File
# Begin Source File
+SOURCE=..\Modules\_randommodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\Modules\_weakref.c
# End Source File
# Begin Source File