mirror of https://github.com/buggins/dlangui.git
Support Windows x86_64 builds, add freetype and SDL x86_64 dlls
This commit is contained in:
parent
4452ebdbcd
commit
1ca105cae1
13
dub.json
13
dub.json
|
@ -9,8 +9,6 @@
|
|||
"targetPath": "lib",
|
||||
"targetType": "staticLibrary",
|
||||
|
||||
"copyFiles-windows": ["lib/libfreetype-6.dll", "lib/zlib1.dll"],
|
||||
|
||||
"sourcePaths": [
|
||||
"3rdparty", "src"
|
||||
],
|
||||
|
@ -51,7 +49,9 @@
|
|||
},
|
||||
"dependencies-posix": {
|
||||
"derelict-sdl2": "~>1.9.1"
|
||||
}
|
||||
},
|
||||
"copyFiles-windows-x86_64": ["libs/windows/x86_64/libfreetype-6.dll"],
|
||||
"copyFiles-windows-x86": ["libs/windows/x86/libfreetype-6.dll"]
|
||||
},
|
||||
{
|
||||
"name": "sdl",
|
||||
|
@ -64,7 +64,8 @@
|
|||
"derelict-sdl2": "~>1.9.1",
|
||||
"gl3n": "~>1.0.1"
|
||||
},
|
||||
"copyFiles-windows": ["lib/SDL2.dll"],
|
||||
"copyFiles-windows-x86_64": ["libs/windows/x86_64/libfreetype-6.dll", "libs/windows/x86_64/SDL2.dll"],
|
||||
"copyFiles-windows-x86": ["libs/windows/x86/libfreetype-6.dll", "libs/windows/x86/SDL2.dll"]
|
||||
},
|
||||
{
|
||||
"name": "sfml",
|
||||
|
@ -76,7 +77,9 @@
|
|||
"derelict-ft": "~>1.0.0",
|
||||
"gl3n": "~>1.0.1",
|
||||
"dsfml": "~master"
|
||||
}
|
||||
},
|
||||
"copyFiles-windows-x86_64": ["libs/windows/x86_64/libfreetype-6.dll"],
|
||||
"copyFiles-windows-x86": ["libs/windows/x86/libfreetype-6.dll"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Binary file not shown.
BIN
lib/zlib1.dll
BIN
lib/zlib1.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue