The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Shantanu Gadgil on January 10, 2007, 07:46:17 AM

Title: Multiple INCLUDE/LIB directories
Post by: Shantanu Gadgil on January 10, 2007, 07:46:17 AM
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
Title: Re: Multiple INCLUDE/LIB directories
Post by: gabor on January 10, 2007, 10:37:39 AM
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
Title: Re: Multiple INCLUDE/LIB directories
Post by: drizz on January 10, 2007, 09:12:49 PM
easy trick i use:

mam.ini
$L=$A\Lib" /LIBPATH:"D:\PSDK\Lib" /LIBPATH:"D:\MSVCT\Lib
Title: Re: Multiple INCLUDE/LIB directories
Post by: Shantanu Gadgil on January 11, 2007, 04:16:24 AM
Yep...I used to do that too, but seems quite "hacky". :red  :eek

Thanks anyway!

Shantanu