[Python-checkins] CVS: python/dist/src/PCbuild python15.dsp,1.8,1.9

Guido van Rossum guido@cnri.reston.va.us
Mon, 20 Dec 1999 18:00:13 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/PCbuild
In directory eric:/projects/python/develop/guido/src/PCbuild

Modified Files:
	python15.dsp 
Log Message:
Add dynload_win.c to project.


Index: python15.dsp
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PCbuild/python15.dsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** python15.dsp	1999/04/13 15:44:21	1.8
--- python15.dsp	1999/12/20 23:00:10	1.9
***************
*** 174,177 ****
--- 174,181 ----
  # Begin Source File
  
+ SOURCE=..\Python\dynload_win.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\Modules\errnomodule.c
  # End Source File
***************
*** 380,390 ****
  
  SOURCE=..\PC\python_nt.rc
- 
- !IF  "$(CFG)" == "python15 - Win32 Release"
- 
- !ELSEIF  "$(CFG)" == "python15 - Win32 Debug"
- 
- !ENDIF 
- 
  # End Source File
  # Begin Source File
--- 384,387 ----