From a4c1fa12a54df2fe332db2ab08a03c844e4dcc93 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 19 Apr 2014 16:46:52 -0300 Subject: heck --- platform/windows/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/windows/detect.py') diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 89c71418e..adc976ad2 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -116,7 +116,7 @@ def configure(env): env.Append(CCFLAGS=['/DGLES2_ENABLED']) env.Append(CCFLAGS=['/DGLES1_ENABLED']) env.Append(CCFLAGS=['/DGLEW_ENABLED']) - env.Append(LIBS=['winmm','opengl32','dsound','kernel32','ole32','user32','gdi32','wsock32']) + env.Append(LIBS=['winmm','opengl32','dsound','kernel32','ole32','user32','gdi32','wsock32', 'shell32']) env.Append(LIBPATH=[os.getenv("WindowsSdkDir")+"/Lib"]) if (os.getenv("DXSDK_DIR")): -- cgit v1.2.3-70-g09d2