-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMkGCC,fd7
More file actions
37 lines (26 loc) · 749 Bytes
/
MkGCC,fd7
File metadata and controls
37 lines (26 loc) · 749 Bytes
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
| 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 16384K
echo ---------------------
echo Building the Library:
echo ---------------------
Dir <Build$Root>.src
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>