[入门] dsss如何设置src目录?

jasongreen 2009-02-25
我的项目结构
/src/test/main.d  
import test.mylib;...

/src/test/mylib.d
...
/dsss.conf

引用
[src/test/main.d]
target=dssshello

总是报,找不到test.mylib

但是改成这样

/test/main.d  
import test.mylib;...

/test/mylib.d
...
/dsss.conf

引用
[test/main.d]
target=dssshello


就OK了。

怎么样才能实现第一种项目结构呢?
不区分src,bin项目结构,我个人觉得很丑陋。
Global site tag (gtag.js) - Google Analytics