NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
-I drive:\path\to\inc
« previous
next »
Print
Pages: [
1
]
Author
Topic: -I drive:\path\to\inc (Read 18470 times)
bohunter11
Jr. Member
Posts: 3
-I drive:\path\to\inc
«
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
Logged
Rob Neff
Forum Moderator
Full Member
Posts: 429
Country:
Re: -I drive:\path\to\inc
«
Reply #1 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
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
-I drive:\path\to\inc