2014-12-20 21:55:05 +00:00
|
|
|
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'glew',
|
|
|
|
'type': '<(library)',
|
|
|
|
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'GL/',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'GLEW_STATIC=1',
|
2014-12-21 09:21:32 +00:00
|
|
|
'GLEW_MX=1',
|
2014-12-20 21:55:05 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
'include_dirs': [
|
|
|
|
'GL/',
|
|
|
|
],
|
|
|
|
|
|
|
|
'defines': [
|
|
|
|
'GLEW_STATIC=1',
|
2014-12-21 09:21:32 +00:00
|
|
|
'GLEW_MX=1',
|
2014-12-20 21:55:05 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
'sources': [
|
|
|
|
# Khronos sources:
|
|
|
|
'GL/glcorearb.h',
|
|
|
|
'GL/glext.h',
|
|
|
|
'GL/glxext.h',
|
|
|
|
'GL/wglext.h',
|
|
|
|
# GLEW sources:
|
|
|
|
'GL/glew.c',
|
|
|
|
'GL/glew.h',
|
|
|
|
'GL/glxew.h',
|
|
|
|
'GL/wglew.h',
|
|
|
|
],
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|