[Python-checkins] python/dist/src/PCbuild pythoncore.dsp,1.37.2.1,1.37.2.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 24 Mar 2003 16:06:44 -0800


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

Modified Files:
      Tag: ast-branch
	pythoncore.dsp 
Log Message:
Forgot to check in this part of the _hotshot repair.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.37.2.1
retrieving revision 1.37.2.2
diff -C2 -d -r1.37.2.1 -r1.37.2.2
*** pythoncore.dsp	24 Mar 2003 23:37:45 -0000	1.37.2.1
--- pythoncore.dsp	25 Mar 2003 00:06:36 -0000	1.37.2.2
***************
*** 271,274 ****
--- 271,304 ----
  # Begin Source File
  
+ SOURCE=..\Python\asdl.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=..\Python\ast.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\audioop.c
  
***************
*** 451,454 ****
--- 481,499 ----
  # Begin Source File
  
+ SOURCE=..\Objects\codeobject.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\complexobject.c
  
***************
*** 1405,1408 ****
--- 1450,1468 ----
  
  SOURCE=..\Python\pystate.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="..\Python\Python-ast.c"
  
  !IF  "$(CFG)" == "pythoncore - Win32 Release"