generated from RISC-OS-Community/StandardRepoTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MkDDE,fd7
41 lines (30 loc) · 1.13 KB
/
MkDDE,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
39
40
41
| Generic Library builder for DDE on RISC OS
| by Paolo Fabio Zaino
echo ++++++++++++++++++++++++
echo ++ Building using DDE ++
echo ++++++++++++++++++++++++
Set Build$Root <Obey$Dir>
WimpSlot -min 6144K
echo ---------------------
echo Building the Library:
echo ---------------------
Dir <Build$Root>.src
IfThere @.o Then IfThere @.o.* Then Wipe @.o.* ~C ~V
amu all_libs THROWBACK=-throwback -f MakeFileDDE
IfThere @.o.zvectorlib Then copy @.o.zvectorlib @.^.!LibZVector.o.zvectorlib ~C N
Ifthere @.o.zvectorlibzm Then copy @.o.zvectorlibzm @.^.!LibZVector.o.zvectorlibzm ~C N
Ifthere @.h.zvector Then copy @.h.zvector @.^.!LibZVector.h.zvector ~C N
Ifthere @.h.zvector_checks Then copy @.h.zvector_checks @.^.!LibZVector.h.zvector_checks ~C N
Ifthere @.h.zvector_config Then copy @.h.zvector_config @.^.!LibZVector.h.zvector_config ~C N
echo
echo ---------------------
echo
echo ---------------------
echo Building Tests:
echo ---------------------
IfThere <Build$Root>.tests Then Dir <Build$Root>.tests
IfThere <Build$Root>.tests.MakefileDDE Then make all THROWBACK=-throwback -f MakeFileDDE
echo
echo ---------------------
echo
Dir <Build$Root>