[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.8,1.9

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Jun 1 12:30:00 EDT 2004


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27164

Modified Files:
	pythoncore.dsp 
Log Message:
Add genobject.c to the MSVC++ 6.0 build.

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pythoncore.dsp	27 Apr 2004 04:52:47 -0000	1.8
--- pythoncore.dsp	1 Jun 2004 16:29:57 -0000	1.9
***************
*** 362,365 ****
--- 362,369 ----
  # Begin Source File
  
+ SOURCE=..\..\Objects\genobject.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Python\getargs.c
  # End Source File




More information about the Python-checkins mailing list