NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: bohunter11 on August 07, 2010, 10:38:00 PM

Title: -I drive:\path\to\inc
Post by: bohunter11 on August 07, 2010, 10:38:00 PM
This don't seem to work for me on windows vista.
I have to hard code the fullpath to inc folder.

Just wodering if this is a bug?

Thank You
Bo Hunter
Title: Re: -I drive:\path\to\inc
Post by: Rob Neff on August 08, 2010, 05:03:45 AM
I usually set the environment var

SET NASMENV=-ID:\Data\Rob\Projects\myproject\

Make sure that last backslash is present in either the command line or in the environment. ;)
See Nasm Help 2.1.16 and 2.1.28