Taught the Windows build about _randommodule.c. This is compiled

into the core DLL, since it's not much code and lots of stuff uses
it (e.g., try getting a tempfile name without it).
This commit is contained in:
Tim Peters 2002-12-29 23:46:40 +00:00
parent 621818b318
commit d1f5ccc75d
2 changed files with 6 additions and 0 deletions

View file

@ -105,6 +105,10 @@ SOURCE=..\Modules\_localemodule.c
# End Source File
# Begin Source File
SOURCE=..\Modules\_randommodule.c
# End Source File
# Begin Source File
SOURCE=..\Modules\_weakref.c
# End Source File
# Begin Source File