generated from RISC-OS-Community/StandardRepoTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMkGCC,fd7
38 lines (27 loc) · 803 Bytes
/
MkGCC,fd7
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
| Generic Library builder for GCC on RISC OS
| by Paolo Fabio Zaino
echo ++++++++++++++++++++++++
echo ++ Building using GCC ++
echo ++++++++++++++++++++++++
Set Build$Root <Obey$Dir>
WimpSlot -min 28672K
echo ---------------------
echo Building the Library:
echo ---------------------
Dir <Build$Root>.src
IfThere @.UltimaVM.o.* Then wipe @.UltimaVM.o.* ~C ~V
make all THROWBACK=-throwback OS=RISC_OS -f MakeFileGCC
|IFthere @.o.ezinilib Then copy @.o.libezini @.^.!LibEzINI.a.libezini ~C N
|IFthere @.h.ezini Then copy @.h.ezini @.^.!LibEzINI.h.ezini ~C N
echo
echo ---------------------
echo
echo ---------------------
echo Building Tests:
echo ---------------------
Dir <Build$Root>.tests
make all THROWBACK=-throwback -f MakeFileGCC
echo
echo ---------------------
echo
Dir <Build$Root>