Re: Building library

2014-08-29 Thread papaboo via Digitalmars-d-learn
On Friday, 29 August 2014 at 09:02:05 UTC, yazd wrote: On Thursday, 28 August 2014 at 19:29:40 UTC, papaboo wrote: Hey I've just started getting into D and so far I'm just messing around with it in a small math library. However I've run into an issue while trying to build a library and linking

Building library

2014-08-28 Thread papaboo via Digitalmars-d-learn
Hey I've just started getting into D and so far I'm just messing around with it in a small math library. However I've run into an issue while trying to build a library and linking it with my main file. My current file and module layout is test.d src/math/vector.d - module dragonfly.math.vector s