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",
|
||||
"targetType": "staticLibrary",
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
|
||||
"sourceFiles": [
|
||||
"project.ddoc"
|
||||
],
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
"../../lib/FreeImage.dll"
|
||||
],
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
|
||||
"mainSourceFile": "src/main.d",
|
||||
|
||||
"dependencies": {
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
"targetPath": "bin",
|
||||
"targetType": "executable",
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
|
||||
"sourceFiles": [
|
||||
"src/app.d"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue