[DEV] build work

This commit is contained in:
Edouard DUPIN 2016-09-18 22:02:27 +02:00
parent af13ed0fa2
commit 250d5b74d1

View File

@ -5,7 +5,7 @@ import os
def get_type(): def get_type():
return "LIBRARY_STATIC" return "LIBRARY"
def get_desc(): def get_desc():
return "Glew generic glew interface (for windows only)" return "Glew generic glew interface (for windows only)"
@ -34,8 +34,8 @@ def create(target, module_name):
destination_path="GL") destination_path="GL")
my_module.add_src_file([ my_module.add_src_file([
'glew/src/glew.c', 'glew/src/glew.c',
'glew/src/glewinfo.c', #'glew/src/glewinfo.c',
'glew/src/visualinfo.c' #'glew/src/visualinfo.c'
]) ])
""" """
my_module.add_src_file([ my_module.add_src_file([