From 4eb208f751584c666145b5b59b1044e93d06ce25 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 6 Jun 2016 00:39:08 +0000 Subject: [PATCH] Fixes win32. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3243 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index c51b3063..0c2dc433 100644 --- a/SConstruct +++ b/SConstruct @@ -27,7 +27,7 @@ env.Append(CPPPATH=[ os.path.join('deps', 'liblmdb'), ]) if sys.platform == 'win32': - env.Append(LIBS=['v8_base_0', 'v8_base_1', 'v8_base_2', 'v8_base_3', 'v8_libbase', 'v8_libplatform', 'v8_nosnapshot', 'icui18n', 'icuuc', 'libuv', 'advapi32', 'winmm', 'wsock32', 'ws2_32', 'psapi', 'iphlpapi']) + env.Append(LIBS=['v8_base_0', 'v8_base_1', 'v8_base_2', 'v8_base_3', 'v8_libbase', 'v8_libplatform', 'v8_nosnapshot', 'icui18n', 'icuuc', 'libuv', 'advapi32', 'winmm', 'wsock32', 'ws2_32', 'psapi', 'iphlpapi', 'userenv', 'user32']) env.Append(CXXFLAGS=['/EHsc', '/MT', '/Zi', '/Gy']) env.Append(CFLAGS=['/EHsc', '/MT', '/Zi', '/Gy']) env.Append(LIBPATH=[