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
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
easy trick i use:
mam.ini
$L=$A\Lib" /LIBPATH:"D:\PSDK\Lib" /LIBPATH:"D:\MSVCT\Lib
Yep...I used to do that too, but seems quite "hacky". :red :eek
Thanks anyway!
Shantanu