flat assembler
Message board for the users of flat assembler.
Index
> Windows > pointing the include file in the system |
Author |
|
AsmGuru62 20 May 2012, 17:37
The environment variable INCLUDE must contain a set of directories, where FASM can find the needed include files for compilation.
This can be done in a BAT file or by IDE if you use one. Example of a BAT File: Code: SET INCLUDE=C:\FASM\INCLUDE C:\FASM\FASM.EXE <YOUR_MAIN_FASM_FILE> |
|||
20 May 2012, 17:37 |
|
manonmoon 20 May 2012, 17:49
thank you for replay and i will try this out
|
|||
20 May 2012, 17:49 |
|
bzdashek 20 May 2012, 19:48
You can also specify the stated by AsmGuru62 environment variable in your computer properties
It is in advanced system properties, Advanced tab, Environment variables button. |
|||
20 May 2012, 19:48 |
|
manonmoon 20 May 2012, 20:09
bzdashek is there any example on how to do that ?
|
|||
20 May 2012, 20:09 |
|
manonmoon 20 May 2012, 20:39
do i have just add under the environment
C:\fasm\include ? |
|||
20 May 2012, 20:39 |
|
LocoDelAssembly 20 May 2012, 21:52
If you are using FASMW, just add this to the FASMW.INI file:
Code: [Environment] Include = c:\fasm\include |
|||
20 May 2012, 21:52 |
|
manonmoon 20 May 2012, 22:38
LocoDelAssembly wrote: If you are using FASMW, just add this to the FASMW.INI file: thank you very much this runs without any error now thanks a lot |
|||
20 May 2012, 22:38 |
|
bzdashek 21 May 2012, 04:49
manonmoon wrote: bzdashek is there any example on how to do that ? For windows 7: http://www.itechtalk.com/thread3595.html For windows XP: http://support.microsoft.com/kb/310519 |
|||
21 May 2012, 04:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.