[Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.15.2.2,1.15.2.3

Tim Peters tim_one@users.sourceforge.net
Thu, 05 Jul 2001 14:32:23 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv24181/descr/dist/src/PCbuild

Modified Files:
      Tag: descr-branch
	pythoncore.dsp 
Log Message:
Remove fpe* modules from Windows build (less to merge later <wink>).


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -C2 -r1.15.2.2 -r1.15.2.3
*** pythoncore.dsp	2001/07/03 01:26:36	1.15.2.2
--- pythoncore.dsp	2001/07/05 21:32:21	1.15.2.3
***************
*** 631,664 ****
  # Begin Source File
  
- SOURCE=..\Modules\fpectlmodule.c
- 
- !IF  "$(CFG)" == "pythoncore - Win32 Release"
- 
- !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
- 
- !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
- 
- !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"
- 
- !ENDIF 
- 
- # End Source File
- # Begin Source File
- 
- SOURCE=..\Modules\fpetestmodule.c
- 
- !IF  "$(CFG)" == "pythoncore - Win32 Release"
- 
- !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
- 
- !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
- 
- !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"
- 
- !ENDIF 
- 
- # End Source File
- # Begin Source File
- 
  SOURCE=..\Objects\frameobject.c
  
--- 631,634 ----