mirror of https://github.com/buggins/dlangui.git
fix windows build properties
This commit is contained in:
parent
b6a991d3e6
commit
359ac8d0ba
2
dub.json
2
dub.json
|
@ -21,7 +21,7 @@
|
|||
"targetType": "staticLibrary",
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
"versions-windows": ["USE_OPENGL", "Unicode"],
|
||||
"versions-windows": ["Unicode"],
|
||||
|
||||
"copyFiles": ["res"],
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"copyFiles": ["res"],
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
"versions-windows": ["USE_OPENGL"],
|
||||
"versions-windows": ["Unicode"],
|
||||
|
||||
"mainSourceFile": "src/main.d",
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"copyFiles": ["res"],
|
||||
|
||||
"versions-posix": ["USE_SDL", "USE_OPENGL"],
|
||||
"versions-windows": ["USE_OPENGL"],
|
||||
"versions-windows": ["Unicode"],
|
||||
|
||||
"mainSourceFile": "src/main.d",
|
||||
|
||||
|
|
Loading…
Reference in New Issue