Merge pull request #7 from jmdavis/dub

Another attempt at making d-yaml work with dub.
This commit is contained in:
Ferdinand Majerech 2013-03-31 13:53:25 -07:00
commit f1438ec0d3
30 changed files with 1 additions and 2 deletions

2
cdc.d
View file

@ -165,7 +165,7 @@ void main(string[] args)
auto dbg = ["-debug", "-gc"];
auto optimize = ["-O", "-inline", "-release", "-noboundscheck"];
auto profile = ["-O", "-release", "-noboundscheck", "-gc"];
auto lib_src = ["dyaml/", "yaml.d"];
auto lib_src = ["source"];
void compile_(string[] args, string[] files)
{

View file

@ -1 +0,0 @@
../dyaml/