svn commit: r1737 - trunk/yasm/modules/preprocs/nasm
peter at tortall.net
peter at tortall.net
Fri Jan 19 00:05:17 PST 2007
Author: peter
Date: Fri Jan 19 00:05:17 2007
New Revision: 1737
Modified:
trunk/yasm/modules/preprocs/nasm/nasm-pp.c
Changeset:
http://www.tortall.net/projects/yasm/changeset/1737
Log:
Support environment variables in %include along the lines of FASM:
%include "%SOMEVAR%/subdir/file.inc"
Multiple %VAR% are supported in a single %include.
Undefined vars are not expanded.
Suggested by: Martin Mocko <vid512 at gmail.com>
More information about the yasm-cvs
mailing list