-registering same system multiple times only replace pointer for callback
-added export attributes (required by windows to make DLL library, not work at now due to DMD bugs) -interface D files to import
This commit is contained in:
parent
cb0f56b0fb
commit
d0fcdba6cd
20 changed files with 1322 additions and 105 deletions
12
dub.json
12
dub.json
|
|
@ -16,6 +16,18 @@
|
|||
"name" : "tests",
|
||||
"sourcePaths" : ["source\/","tests\/"],
|
||||
"targetType" : "executable"
|
||||
},
|
||||
{
|
||||
"name" : "dynlib",
|
||||
"targetType" : "dynamicLibrary"
|
||||
},
|
||||
{
|
||||
"name" : "sources",
|
||||
"targetType" : "dynamicLibrary",
|
||||
"dflags": [
|
||||
"-Hdimport/",
|
||||
"-op"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue