Adding beaengine.

This commit is contained in:
Ben Vanik
2013-05-23 17:39:03 -07:00
parent 4eafb6b070
commit 7f4f448369
4 changed files with 39 additions and 0 deletions

1
third_party/beaengine vendored Submodule

Submodule third_party/beaengine added at ee1add269f

32
third_party/beaengine.gypi vendored Normal file
View File

@@ -0,0 +1,32 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'beaengine',
'type': '<(library)',
'direct_dependent_settings': {
'include_dirs': [
'beaengine/include/',
],
'defines': [
'BEA_ENGINE_STATIC=1',
],
},
'sources': [
'beaengine/beaengineSources/BeaEngine.c',
],
'include_dirs': [
'beaengine/include/',
'beaengine/beaengineSources/',
],
'defines': [
'BEA_ENGINE_STATIC=1',
#'BEA_LIGHT_DISASSEMBLY=1',
],
}
]
}