From 250d5b74d1e93b02609f602e3e9800d6a1429c75 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 18 Sep 2016 22:02:27 +0200 Subject: [PATCH] [DEV] build work --- lutin_glew.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lutin_glew.py b/lutin_glew.py index 99c3183..b8999fa 100644 --- a/lutin_glew.py +++ b/lutin_glew.py @@ -5,7 +5,7 @@ import os def get_type(): - return "LIBRARY_STATIC" + return "LIBRARY" def get_desc(): return "Glew generic glew interface (for windows only)" @@ -34,8 +34,8 @@ def create(target, module_name): destination_path="GL") my_module.add_src_file([ 'glew/src/glew.c', - 'glew/src/glewinfo.c', - 'glew/src/visualinfo.c' + #'glew/src/glewinfo.c', + #'glew/src/visualinfo.c' ]) """ my_module.add_src_file([