mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
Changed \\ to \ in paths for -i command line option
This commit is contained in:
parent
7ad24f6581
commit
ce395fe244
@ -552,7 +552,7 @@ current directory, but also in any directories specified on the
|
||||
command line by the use of the \c{-i} option. Therefore you can
|
||||
include files from a \i{macro library}, for example, by typing
|
||||
|
||||
\c nasm -ic:\\macrolib\\ -f obj myfile.asm
|
||||
\c nasm -ic:\macrolib\ -f obj myfile.asm
|
||||
|
||||
(As usual, a space between \c{-i} and the path name is allowed, and
|
||||
optional).
|
||||
|
Loading…
x
Reference in New Issue
Block a user