From 5d7152f572d0e20aaffa0bcb9f9333d31f06c1cd Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 1 May 2013 16:19:01 +0200 Subject: [PATCH] [DEV] compile on windows platform --- build | 2 +- external/glew/lutin_glew.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build b/build index e6715db5..a51dda48 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit e6715db53a6236ec6a3b0336c60856f00105d110 +Subproject commit a51dda48794d739e98595c54f83a4fbc6f14b84d diff --git a/external/glew/lutin_glew.py b/external/glew/lutin_glew.py index 2e57dfcf..a0d3254a 100644 --- a/external/glew/lutin_glew.py +++ b/external/glew/lutin_glew.py @@ -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