changed to new dll naming scheme
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1784 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
f7427fe167
commit
1b0bdfe7de
16 changed files with 39 additions and 48 deletions
|
@ -256,9 +256,9 @@ private:
|
|||
static this()
|
||||
{
|
||||
debug
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d-2");
|
||||
else
|
||||
DllLoader dll = DllLoader.load("csfml-graphics");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-2");
|
||||
|
||||
sfRenderWindow_DrawThis = cast(pf_sfRenderWindow_DrawThis)dll.getSymbol("sfRenderWindow_Draw" ~ derivedClassName[2..$]);
|
||||
sfRenderWindow_DrawThisWithShader = cast(pf_sfRenderWindow_DrawThisWithShader)dll.getSymbol("sfRenderWindow_Draw" ~ derivedClassName[2..$] ~ "WithShader");
|
||||
|
|
|
@ -173,9 +173,9 @@ private:
|
|||
static this()
|
||||
{
|
||||
debug
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d-2");
|
||||
else
|
||||
DllLoader dll = DllLoader.load("csfml-graphics");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-2");
|
||||
|
||||
// sfFont
|
||||
mixin(loadFromSharedLib("sfFont_CreateFromFile"));
|
||||
|
|
|
@ -158,9 +158,9 @@ private:
|
|||
static this()
|
||||
{
|
||||
debug
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d-2");
|
||||
else
|
||||
DllLoader dll = DllLoader.load("csfml-graphics");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-2");
|
||||
|
||||
mixin(loadFromSharedLib("sfShader_CreateFromFile"));
|
||||
mixin(loadFromSharedLib("sfShader_CreateFromMemory"));
|
||||
|
|
|
@ -320,9 +320,9 @@ private:
|
|||
static this()
|
||||
{
|
||||
debug
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-d-2");
|
||||
else
|
||||
DllLoader dll = DllLoader.load("csfml-graphics");
|
||||
DllLoader dll = DllLoader.load("csfml-graphics-2");
|
||||
|
||||
mixin(loadFromSharedLib("sfView_Create"));
|
||||
mixin(loadFromSharedLib("sfView_CreateFromRect"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue