diff options
| author | Juan Linietsky | 2015-01-10 17:35:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-10 17:35:26 -0300 |
| commit | 89970848311ee2d49040a148a56d80590091877c (patch) | |
| tree | 804834a8c481fff872671c63afbf6bc6a7abf354 /platform/windows/detect.py | |
| parent | 78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e (diff) | |
| download | godot-89970848311ee2d49040a148a56d80590091877c.tar.gz godot-89970848311ee2d49040a148a56d80590091877c.tar.zst godot-89970848311ee2d49040a148a56d80590091877c.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 245d6f1bd..16dd695c5 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -113,7 +113,7 @@ def configure(env): env.Append(CCFLAGS=['/DTYPED_METHOD_BIND'])
env.Append(CCFLAGS=['/DGLES2_ENABLED'])
- env.Append(CCFLAGS=['/DGLES1_ENABLED'])
+
env.Append(CCFLAGS=['/DGLEW_ENABLED'])
LIBS=['winmm','opengl32','dsound','kernel32','ole32','user32','gdi32', 'IPHLPAPI', 'wsock32', 'shell32','advapi32']
env.Append(LINKFLAGS=[p+env["LIBSUFFIX"] for p in LIBS])
@@ -228,7 +228,7 @@ def configure(env): env.Append(CCFLAGS=['-DWINDOWS_ENABLED','-mwindows'])
env.Append(CPPFLAGS=['-DRTAUDIO_ENABLED'])
- env.Append(CCFLAGS=['-DGLES2_ENABLED','-DGLES1_ENABLED','-DGLEW_ENABLED'])
+ env.Append(CCFLAGS=['-DGLES2_ENABLED','-DGLEW_ENABLED'])
env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','wsock32','kernel32'])
if (env["bits"]=="32" and env["mingw64_for_32"]!="yes"):
|
