Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / reqtools / FILES.README
blob1c4d903d9894e8e8a932469beffa6f4ac19199b9
1 ----------------------------------------------------------------------------
2 Files for AmigaOS only (not used by AROS). This are mostly files used
3 by the original reqtools.library build based on SAS C/Dice. The new AmigaOS
4 reqtools.library >= V39.0 build based on GCC does not use most of this files
5 anymore!
6 ----------------------------------------------------------------------------
8 DMakeFile
9 SCOPTIONS
10 reqtools_rev.rev
11 reqtools_rev.h
12 boopsi.asm
13 checkstack.asm
14 closewinsafely.asm
15 gadstub.asm
16 mem.asm
17 misc.asm
18 reqtools.asm
19 rtfuncs.asm
20 boopsigads.i
21 reqtools_rev.i
22 compilerspecific.h
24 ----------------------------------------------------------------------------
25 NEW Files for AmigaOS only (not used by AROS). This files are the new ones
26 which were introduced for the GCC based build of AmigaOS reqtools.library
27 >= V39.0, which does not use any asm functions anymore.
28 ----------------------------------------------------------------------------
30 reqtoolsami_init.c
31 Makefile.gcc
33 ----------------------------------------------------------------------------
34 New .c and .h files containing ASM functions converted to C for AROS. This
35 functions are also used by the new GCC based build of the AmigaOS reqtools
36 library >= V39.0, which as well does not use any asm functions anymore.
37 ----------------------------------------------------------------------------
39 boopsi.c (converted from boopsi.asm)
40 mem.c (converted from mem.asm)
41 misc.c (converted from misc.asm)
42 rtfuncs.c (converted from rtfuncs.asm and closewindowsafely.asm)
43 rtfuncs.h (protos for rtfuncs.c)
45 ----------------------------------------------------------------------------
46 Files which are autogenerated in AROS (not needed for AmigaOS):
47 ----------------------------------------------------------------------------
49 mmakefile
50 libdefs.h
51 endtag.c
53 ----------------------------------------------------------------------------
54 Files for AROS only:
55 ----------------------------------------------------------------------------
57 AROS Makefile:
59 mmakefile.src
61 AROS main library setup/init code (~ reqtools.asm + rtfuncs.asm):
63 reqtools_init.c
64 reqtools_intern.h
66 One .c file for each ReqTools library function. Most of these just
67 call the real functions in one of the other .c files. 
69 rtallocrequesta.c
70 rtchangereqattra.c
71 rtclosewindowsafely.c
72 rtezrequesta.c
73 rtfilerequesta.c
74 rtfontrequesta.c
75 rtfreefilelist.c
76 rtfreereqbuffer.c
77 rtfreerequest.c
78 rtgetlonga.c
79 rtgetstringa.c
80 rtgetvscreensize.c
81 rtinternalgetpassword.c
82 rtinternalenterpassword.c
83 rtlockprefs.c
84 rtlockwindow.c
85 rtpaletterequesta.c
86 rtreqhandlera.c
87 rtscreenmoderequesta.c
88 rtscreentofrontsafely.c
89 rtsetreqposition.c
90 rtsetwaitpointer.c
91 rtspread.c
92 rtunlockprefs.c
93 rtunlockwindow.c
95 ----------------------------------------------------------------------------