[fasm-help] INCLUDE
Brought to you by:
privalov
|
From: Fabio B. <biz...@li...> - 2002-07-10 14:00:28
|
It would be nice if one could use inside INCLUDE's filenames an environment variable. For example, if we know that the environment variable FAsm is set to E:\Coding\FAsm, it would be nice to be able to do: INCLUDE "%FAsm%\MyEquatesAndSymbols.INC" and/or to be able to specify at the command line (e.g. from a batch file) an extra file to be included before the source. Greets, Fabio |