mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
compile v8 windows
This commit is contained in:
parent
0c1173a642
commit
c4ec255720
@ -755,6 +755,10 @@ elif "win32" == os.sys.platform:
|
||||
winLibString += " user32.lib gdi32.lib winspool.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib "
|
||||
winLibString += " odbc32.lib odbccp32.lib uuid.lib "
|
||||
|
||||
# v8 calls timeGetTime()
|
||||
if usev8:
|
||||
winLibString += " winmm.lib "
|
||||
|
||||
env.Append( LIBS=Split(winLibString) )
|
||||
|
||||
# dm these should automatically be defined by the compiler. commenting out to see if works. jun2010
|
||||
|
Loading…
Reference in New Issue
Block a user