Hi,

I am working on a generic cpp task, that's independent of the compiler. It simply checks which compiler is available, and then uses that one. I already have compiling and lib-ing for gcc working. Now I want to implement linking, and I need a good way to specify library packages. Of course I could just expect that the user specifies the full library file names for each library, but that would be very tedious, and also won't work across multiple compilers. The best thing would probably be something like pkg-config, but then one that would also work with visual studio. I could add some sort of package management to nant, with it's own config files, but I'm not really sure if that would be a good idea. Do you think if that's a good idea? Or does anybody have a better suggestion?

Greets,

Lieven van der Heide

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to