Skip to content

Commit

Permalink
fixie
Browse files Browse the repository at this point in the history
  • Loading branch information
reduz committed Feb 10, 2014
1 parent 56bf3d0 commit 1c77268
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platform/windows/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ def configure(env):
env.Append(CCFLAGS=['/DWIN32'])
env.Append(CCFLAGS=['/DTYPED_METHOD_BIND'])

#env.Append(CCFLAGS=['/DLEGACYGL_ENABLED'])
env.Append(CCFLAGS=['/DGLES_ENABLED'])
#env.Append(CCFLAGS=['/DGLES1_ENABLED'])
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(LINKFLAGS=['/DEBUG'])
Expand Down

0 comments on commit 1c77268

Please sign in to comment.