Multiple INCLUDE/LIB directories

Started by Shantanu Gadgil, January 10, 2007, 07:46:17 AM

Previous topic - Next topic

Shantanu Gadgil

Hi Ketil,
Is there a "nice" way of adding multiple INCLUDE/LIB directories for a project? (Having a dejavu ... I have a feeling that I have asked this before... :red :eek )

Regards,
Shantanu
To ret is human, to jmp divine!

gabor

Hi!

I've too met this problem. However the only way I found was to specify the include and lib paths in the Project -> Project Options. (Where the compiler and linker command lines are shown.)
Maybe I was not wise enough or maybe this is the only possibility.

Greets, Gábor

drizz

easy trick i use:

mam.ini
$L=$A\Lib" /LIBPATH:"D:\PSDK\Lib" /LIBPATH:"D:\MSVCT\Lib
The truth cannot be learned ... it can only be recognized.

Shantanu Gadgil

Yep...I used to do that too, but seems quite "hacky". :red  :eek

Thanks anyway!

Shantanu
To ret is human, to jmp divine!