[DEV] compile on windows platform

This commit is contained in:
Edouard DUPIN 2013-05-01 16:19:01 +02:00
parent 637d972f7e
commit 5d7152f572
2 changed files with 4 additions and 2 deletions

2
build

@ -1 +1 @@
Subproject commit e6715db53a6236ec6a3b0336c60856f00105d110
Subproject commit a51dda48794d739e98595c54f83a4fbc6f14b84d

View File

@ -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