[Python-checkins] python/dist/src/PCbuild pythoncore.dsp,1.38,1.39

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 29 Dec 2002 15:46:43 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv32411/python/PCbuild

Modified Files:
	pythoncore.dsp 
Log Message:
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).


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** pythoncore.dsp	10 Jul 2002 06:22:10 -0000	1.38
--- pythoncore.dsp	29 Dec 2002 23:46:40 -0000	1.39
***************
*** 106,109 ****
--- 106,113 ----
  # Begin Source File
  
+ SOURCE=..\Modules\_randommodule.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\Modules\_weakref.c
  # End Source File