forked from drdpj/RiscOS_371
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path!Env4,feb
62 lines (62 loc) · 1.91 KB
/
!Env4,feb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| Build environment
|
| Notes:
| Used in makefiles: Tools$Dir (Utilities only)
| Export$Dir (all components with interface hdr files)
| Lib$Dir (RISC_OSLib and OSLib)
| OSLibDef$Dir (ColourPicker)
|
set Locale UK
set Machine Morris
| System variable now redundant?
set System Morris4
set ImageSize 4096K
|
set alias$amu_machine amu MACHINE=<Machine> LOCALE=<Locale> SYSTEM=<System> %*0
|
set Build$Dir <Obey$Dir>
set Apps$Path <Build$Dir>.Apps.
set Run$Path ,<Build$Dir>.Library.,<Apps$Path>
set BASIC$Path <Build$Dir>.Library.
set Tools$Dir <Build$Dir>.Library
|
rmensure DDEUtils 1.50 rmload <Build$Dir>.Modules.DDEUtils
|
set Src$Dir <Build$Dir>.Sources
set Install$Dir <Build$Dir>.Install
set DiscInstall$Dir <Build$Dir>.Install
set Export$Dir <Build$Dir>.Export.Hdr.Interface
set Resource$Dir <Build$Dir>.Sources.OS_Core.Internat.Messages.<Locale>
|
| Assembler header files includes (GETs)
|
set Hdr$Dir <Build$Dir>.Export.Hdr
set Hdr$Path hdr.,<Hdr$Dir>.Global.,<Hdr$Dir>.Interface.
set GlobalHdr$Path <Hdr$Dir>.Global.
|
| Libraries
|
set Lib$Dir <Build$Dir>.Export.Lib
set C$CLib <Lib$Dir>.CLib
set C$RISC_OSLib <Lib$Dir>.RISC_OSLib
set C$Path <C$CLib>.,<C$RISC_OSLib>.
set C$libroot C:
|
set CLIB$Path <C$CLib>.
set RISCOSLIB$Path <C$RISC_OSLib>.
setmacro RISC_OSLib$Path <RISCOSLIB$Path>
|
set OSLib$Dir <Lib$Dir>.OSLib
set OS$Path <OSLib$Dir>.Core.,<OSLib$Dir>.Computer.,<OSLib$Dir>.User.,<OSLib$Dir>.Toolbox.
set OSLib$Path <OSLib$Dir>.
set Support$Path <Src$Dir>.Lib.Support.
set Support$Dir <Src$Dir>.Lib.Support
|
| Networking:
|
Set INetInc$Path <Build$Dir>.Sources.Networking.AUN.include.
Set INetInc4$Path <Build$Dir>.Sources.Networking.AUN.include4.
|
| Aquarius:
|
set tbox$path <build$dir>.Sources.Import.Aquarius.tbox.common.