-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.os-lib.sfd
34 lines (20 loc) · 960 Bytes
/
README.os-lib.sfd
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
Place your SFD files here.
* The official AmigaOS SFDs goes into the "amigaos" directory.
* MorphOS does not come with SFD files, so you have to generate them
from the official FD files instead.
* You can add your own SFDs in the "3rd" directory.
* 3rd party SFDs that should only be available for the AmigaOS
compiler goes into 3rd-amigaos.
* 3rd party SFDs that should only be available for the Amithlon
compiler goes into 3rd-amithlon.
* 3rd party SFDs that should only be available for the MorphOS
compiler goes into 3rd-morphos.
The directories are processed differenly depending on the target.
* For the AmigaOS compiler, the amigaos, 3rd-amigaos and 3rd
directories are processed.
* For the Amithlon compiler, the amigaos, 3rd-amithlon and 3rd
directories are processed.
* For the MorphOS compiler, the amigaos, morphos, 3rd-morphos and 3rd
directories are processed.
Don't forget to add the include files in ".../os-include/XXX" as
well.