fix version definitions for posix - to use SDL and OPENGL

This commit is contained in:
Vadim Lopatin 2014-12-10 14:45:12 +03:00
parent 6b6030c0a6
commit 63241b7ca7
3 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,8 @@
"targetPath": "lib",
"targetType": "staticLibrary",
"versions-posix": ["USE_SDL", "USE_OPENGL"],
"sourceFiles": [
"project.ddoc"
],

View File

@ -17,6 +17,8 @@
"../../lib/FreeImage.dll"
],
"versions-posix": ["USE_SDL", "USE_OPENGL"],
"mainSourceFile": "src/main.d",
"dependencies": {

View File

@ -9,6 +9,8 @@
"targetPath": "bin",
"targetType": "executable",
"versions-posix": ["USE_SDL", "USE_OPENGL"],
"sourceFiles": [
"src/app.d"
],