mirror of https://github.com/buggins/dlangide.git
fix project files for osx
This commit is contained in:
parent
3ce9cd614b
commit
30757f1440
|
@ -16,6 +16,7 @@
|
||||||
<Includes>
|
<Includes>
|
||||||
<Includes>
|
<Includes>
|
||||||
<Path>../dlangui/src</Path>
|
<Path>../dlangui/src</Path>
|
||||||
|
<Path>../dlangui/3rdparty</Path>
|
||||||
<Path>../dlangui/deps/gl3n</Path>
|
<Path>../dlangui/deps/gl3n</Path>
|
||||||
<Path>../dlangui/deps/DerelictGL3/source</Path>
|
<Path>../dlangui/deps/DerelictGL3/source</Path>
|
||||||
<Path>../dlangui/deps/DerelictSDL2/source</Path>
|
<Path>../dlangui/deps/DerelictSDL2/source</Path>
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -14,7 +14,7 @@
|
||||||
"copyFiles-windows": ["lib/win32/dcd-server.exe", "lib/win32/dcd-client.exe"],
|
"copyFiles-windows": ["lib/win32/dcd-server.exe", "lib/win32/dcd-client.exe"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "~>0.7.9",
|
"dlangui": "~>0.7.10",
|
||||||
"libdparse": "==0.2.0"
|
"libdparse": "==0.2.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue