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

Tim Peters tim_one@users.sourceforge.net
2001年10月12日 15:08:41 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv31336/python/PCbuild
Modified Files:
	pythoncore.dsp 
Log Message:
Get hotshot closer to compiling on Windows.
Still broken: GETTIMEOFDAY. This macro obviously isn't being defined
on Windows, so there's logic errors here I'd rather Fred untangled.
Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** pythoncore.dsp	2001年10月05日 22:14:45	1.24
--- pythoncore.dsp	2001年10月12日 22:08:39	1.25
***************
*** 181,184 ****
--- 181,199 ----
 # Begin Source File
 
+ SOURCE=..\Modules\_hotshot.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\_localemodule.c
 

AltStyle によって変換されたページ (->オリジナル) /