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
6 ----------------------------------------------------------------------------
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 ----------------------------------------------------------------------------
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 ----------------------------------------------------------------------------
53 ----------------------------------------------------------------------------
55 ----------------------------------------------------------------------------
61 AROS main library setup/init code (~ reqtools.asm + rtfuncs.asm):
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.
81 rtinternalgetpassword.c
82 rtinternalenterpassword.c
87 rtscreenmoderequesta.c
88 rtscreentofrontsafely.c
95 ----------------------------------------------------------------------------