mirror of https://github.com/buggins/dlangui.git
fix version definitions for posix - to use SDL and OPENGL
This commit is contained in:
parent
6b6030c0a6
commit
63241b7ca7
2
dub.json
2
dub.json
|
@ -17,6 +17,8 @@
|
||||||
"targetPath": "lib",
|
"targetPath": "lib",
|
||||||
"targetType": "staticLibrary",
|
"targetType": "staticLibrary",
|
||||||
|
|
||||||
|
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||||
|
|
||||||
"sourceFiles": [
|
"sourceFiles": [
|
||||||
"project.ddoc"
|
"project.ddoc"
|
||||||
],
|
],
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
"../../lib/FreeImage.dll"
|
"../../lib/FreeImage.dll"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||||
|
|
||||||
"mainSourceFile": "src/main.d",
|
"mainSourceFile": "src/main.d",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
"targetPath": "bin",
|
"targetPath": "bin",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
|
|
||||||
|
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||||
|
|
||||||
"sourceFiles": [
|
"sourceFiles": [
|
||||||
"src/app.d"
|
"src/app.d"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue