Where do you keep your source? (was Re: Module packaging)
Anders F Björklund
afb at algonet.se
Thu May 17 13:10:37 PDT 2007
Justin C Calvarese wrote:
> I can't decide where to store my code. On my home computer I've been
> using "C:\pgm\d\src", but on my work computer, I've been using
> "D:\MyFiles\pgm\d\src".
I don't use my code from the source directory, I use it from the
install directory. So there's a global -I and -L in effect already.
Usually /usr/local/include/d and /usr/local/lib, as was mentioned.
No idea what path I would use under Windows, probably DSSS instead.
--anders
More information about the Digitalmars-d
mailing list