Support Windows x86_64 builds, add freetype and SDL x86_64 dlls

This commit is contained in:
Vadim Lopatin 2015-04-08 10:07:18 +03:00
parent 4452ebdbcd
commit 1ca105cae1
7 changed files with 8 additions and 5 deletions

View File

@ -9,8 +9,6 @@
"targetPath": "lib", "targetPath": "lib",
"targetType": "staticLibrary", "targetType": "staticLibrary",
"copyFiles-windows": ["lib/libfreetype-6.dll", "lib/zlib1.dll"],
"sourcePaths": [ "sourcePaths": [
"3rdparty", "src" "3rdparty", "src"
], ],
@ -51,7 +49,9 @@
}, },
"dependencies-posix": { "dependencies-posix": {
"derelict-sdl2": "~>1.9.1" "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", "name": "sdl",
@ -64,7 +64,8 @@
"derelict-sdl2": "~>1.9.1", "derelict-sdl2": "~>1.9.1",
"gl3n": "~>1.0.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", "name": "sfml",
@ -76,7 +77,9 @@
"derelict-ft": "~>1.0.0", "derelict-ft": "~>1.0.0",
"gl3n": "~>1.0.1", "gl3n": "~>1.0.1",
"dsfml": "~master" "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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.