|
Revision 56, 0.5 kB
(checked in by baxissimo, 1 year ago)
|
Commented about what's wrong with this dsss.conf.
|
| Line | |
|---|
| 1 |
# this doesn't actually do what we want it to |
|---|
| 2 |
# it installs to dsss/include/d instead of dsss/include/d/luigi |
|---|
| 3 |
|
|---|
| 4 |
name=luigi |
|---|
| 5 |
|
|---|
| 6 |
[.] |
|---|
| 7 |
target=luigi |
|---|
| 8 |
buildflags=-I.. -version=useDerelict -version=dsss |
|---|
| 9 |
exclude=./examples ./_widgets ./adapters/glfw.d ./adapters/gld.d |
|---|
| 10 |
|
|---|
| 11 |
[wrapres.d] |
|---|
| 12 |
target=wrapres |
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
# This works if used from one dir above: |
|---|
| 16 |
|
|---|
| 17 |
#name=bblibs |
|---|
| 18 |
#[luigi] |
|---|
| 19 |
#buildflags=-version=useDerelict -version=dsss |
|---|
| 20 |
#exclude=luigi/examples luigi/_widgets luigi/adapters/glfw.d luigi/adapters/gld.d luigi/testmain.d |
|---|
| 21 |
# |
|---|
| 22 |
#[luigi/wrapres.d] |
|---|
| 23 |
#target=wrapres |
|---|