Building subprojects (Re: envy for "Writing Go Packages")
BCS
none at anon.com
Wed May 12 18:53:34 PDT 2010
Hello Graham,
> If so, what's the minimum harnessing we can impose upon a subproject
> writer, to make their library compilable by an automated tool?
For many cases, there is a zero config solution that will work much of the
time: Compile all files and pack them into a .lib/.a
Until that doesn't work, the writer shouldn't have to do anything but supply
a name for the lib and a list of files.
--
... <IXOYE><
More information about the Digitalmars-d
mailing list