[DEV] compile on windows platform
This commit is contained in:
parent
637d972f7e
commit
5d7152f572
2
build
2
build
@ -1 +1 @@
|
||||
Subproject commit e6715db53a6236ec6a3b0336c60856f00105d110
|
||||
Subproject commit a51dda48794d739e98595c54f83a4fbc6f14b84d
|
4
external/glew/lutin_glew.py
vendored
4
external/glew/lutin_glew.py
vendored
@ -11,7 +11,9 @@ def Create(target):
|
||||
myModule.AddExportflag_LD([
|
||||
lutinTools.GetCurrentPath(__file__) + "/glew/lib/glew32s.lib",
|
||||
"-lopengl32",
|
||||
"-lgdi32"])
|
||||
"-lgdi32",
|
||||
"-static-libgcc",
|
||||
"-static-libstdc++"])
|
||||
|
||||
# add the currrent module at the
|
||||
return myModule
|
||||
|
Loading…
x
Reference in New Issue
Block a user