#pragma comment (lib, ...)
Jacob Carlborg
doob at me.com
Thu Oct 11 23:50:25 PDT 2012
On 2012-10-12 01:03, Kapps wrote:
> In an ideal world, your VS plugin would support Packages in the Add
> References dialog. Just like you could, in theory, add a project as a
> reference, you would add a package. Then, upon build, the plugin would
> call the package manager and get the libraries / imports required for
> it, appending the options to the compilre for your own build. This is
> something that wouldn't be particularly difficult to make a plugin for
> given an existing package manager. Mono-Develop would perform in the
> same way I'd imagine.
Exactly, that's how I'm thinking.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list