* renamed to BlockAllocator * now it's template with compile time assingable block_size and block_in_allocation variables -WIP Event management * probably working sendSelfEvent() * registerEvent() -added win_dll.d as Windows DLL require functionality
36 lines
No EOL
694 B
JSON
Executable file
36 lines
No EOL
694 B
JSON
Executable file
{
|
|
"name": "ecs",
|
|
"authors": [
|
|
"Michał Masiukiewicz", "Dawid Masiukiewicz"
|
|
],
|
|
"description": "Dynamic Entity Component System",
|
|
"copyright": "Copyright © 2017-2018, Michał Masiukiewicz, Dawid Masiukiewicz",
|
|
"license": "BSD",
|
|
"sourcePaths" : ["source\/"],
|
|
"configurations" : [
|
|
{
|
|
"name" : "library",
|
|
"targetType" : "library"
|
|
},
|
|
{
|
|
"name" : "tests",
|
|
"sourcePaths" : ["source\/","tests\/"],
|
|
"targetType" : "executable",
|
|
"excludedSourceFiles":[
|
|
"source\/win_dll.d"
|
|
]
|
|
},
|
|
{
|
|
"name" : "dynlib",
|
|
"targetType" : "dynamicLibrary"
|
|
},
|
|
{
|
|
"name" : "sources",
|
|
"targetType" : "dynamicLibrary",
|
|
"dflags": [
|
|
"-Hdimport/",
|
|
"-op"
|
|
]
|
|
}
|
|
]
|
|
} |