fix dub.json - for win32, enable freetype

This commit is contained in:
Vadim Lopatin 2015-01-30 11:03:09 +03:00
parent 98f90165ba
commit 95d064e8dc
1 changed files with 3 additions and 1 deletions

View File

@ -21,9 +21,11 @@
"targetType": "staticLibrary",
"versions-posix": ["USE_SDL", "USE_OPENGL"],
"versions-windows": ["Unicode"],
"versions-windows": ["Unicode", "USE_FREETYPE"],
"versions": ["EmbedStandardResources"],
"copyFiles-windows": ["lib/freetype-6.dll", "lib/zlib1.dll"],
"sourcePaths": [
"3rdparty", "src"
],