diff options
| author | Anton Yabchinskiy | 2015-03-10 11:44:40 +0300 |
|---|---|---|
| committer | Anton Yabchinskiy | 2015-03-10 11:44:40 +0300 |
| commit | 43713810deaadfec6a1656767cf5520073e58a06 (patch) | |
| tree | 8b1c7e82562494e1889b1550b58b3d953f076696 /platform/windows/detect.py | |
| parent | 19a99afa81354ed69e1c07b6050aeb438e4ee2cb (diff) | |
| parent | 91744e9ed3124ca48e0837ee72bfe7182fd31701 (diff) | |
| download | godot-43713810deaadfec6a1656767cf5520073e58a06.tar.gz godot-43713810deaadfec6a1656767cf5520073e58a06.tar.zst godot-43713810deaadfec6a1656767cf5520073e58a06.zip | |
Diffstat (limited to 'platform/windows/detect.py')
| -rw-r--r-- | platform/windows/detect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 16dd695c5..62bab00f7 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -115,7 +115,7 @@ def configure(env): env.Append(CCFLAGS=['/DGLES2_ENABLED'])
env.Append(CCFLAGS=['/DGLEW_ENABLED'])
- LIBS=['winmm','opengl32','dsound','kernel32','ole32','user32','gdi32', 'IPHLPAPI', 'wsock32', 'shell32','advapi32']
+ LIBS=['winmm','opengl32','dsound','kernel32','ole32','user32','gdi32', 'IPHLPAPI','Shlwapi', 'wsock32', 'shell32','advapi32']
env.Append(LINKFLAGS=[p+env["LIBSUFFIX"] for p in LIBS])
env.Append(LIBPATH=[os.getenv("WindowsSdkDir")+"/Lib"])
@@ -229,7 +229,7 @@ def configure(env): env.Append(CCFLAGS=['-DWINDOWS_ENABLED','-mwindows'])
env.Append(CPPFLAGS=['-DRTAUDIO_ENABLED'])
env.Append(CCFLAGS=['-DGLES2_ENABLED','-DGLEW_ENABLED'])
- env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','wsock32','kernel32'])
+ env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','shlwapi','wsock32','kernel32'])
if (env["bits"]=="32" and env["mingw64_for_32"]!="yes"):
# env.Append(LIBS=['gcc_s'])
|
