|
@@ -360,7 +360,7 @@ def configure(env):
|
|
env.Append(CCFLAGS=['-DWINDOWS_ENABLED','-mwindows'])
|
|
env.Append(CCFLAGS=['-DWINDOWS_ENABLED','-mwindows'])
|
|
env.Append(CPPFLAGS=['-DRTAUDIO_ENABLED'])
|
|
env.Append(CPPFLAGS=['-DRTAUDIO_ENABLED'])
|
|
env.Append(CCFLAGS=['-DGLES2_ENABLED'])
|
|
env.Append(CCFLAGS=['-DGLES2_ENABLED'])
|
|
- env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','shlwapi','wsock32','wsa2_32','kernel32', 'oleaut32', 'dinput8', 'dxguid'])
|
|
|
|
|
|
+ env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','shlwapi','wsock32','ws2_32','kernel32', 'oleaut32', 'dinput8', 'dxguid'])
|
|
|
|
|
|
# if (env["bits"]=="32"):
|
|
# if (env["bits"]=="32"):
|
|
# env.Append(LIBS=['gcc_s'])
|
|
# env.Append(LIBS=['gcc_s'])
|