[nant-dev] pkg-config like system for visual c++

2006-05-26 Thread LievenQ
Hi, I am working on a generic cpp task, which should support multiple compilers. I already have gcc fully working, and I'm now implementing visual c++. To support simple configuration of 3rd party libraries, my task has a packages element, which let you specify which packages you want to

[nant-dev] (no subject)

2006-05-10 Thread LievenQ
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