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.
This commit is contained in:
Tim Peters 2001-10-12 22:08:39 +00:00
parent 3e99643682
commit 1566a17af5
3 changed files with 30 additions and 3 deletions

View file

@ -180,6 +180,21 @@ SOURCE=..\Modules\_codecsmodule.c
# End Source File
# 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
!IF "$(CFG)" == "pythoncore - Win32 Release"