flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
comrade 09 Jul 2003, 23:12
Cool.
![]() |
|||
![]() |
|
Daemon 24 Jul 2003, 17:03
To Privalov:
Wouldnt it be better to search for include files within a directory(ies) specified in "INCLUDE" env.var ? It'd be much faster & simplier to write Code: include 'win32a.inc' Code: include '%include%/win32a.inc P.S. Thanks for such unbelievable project, Privalov ! |
|||
![]() |
|
Tommy 24 Jul 2003, 18:17
Another question: Does FASM check each path separated by ";" in the environment variable??
|
|||
![]() |
|
Tomasz Grysztar 24 Jul 2003, 18:26
No it's just handled exactly the same as in batch files - if you enclose some word with percent characters, it is replaced with its value from environment. It has nothing common with the standard treatment of path variables in other compilers. I've done it this way because it suits fasm's core philosophy the best - it's quite universal, system-independent and allows you to use any variable names, whatever you wish. You can for example define in fasmw.ini the variable Win32 with the value being full path to the include file you're using the most, and then just do:
Code: include "%Win32%" each time. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.