- Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathdeflib.ctl
34 lines (26 loc) · 820 Bytes
/
deflib.ctl
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
# Default Builder Control File for libraries
# ==========================================
#
# Build libraries in place, donot copy any files around.
cdsay "<PROJDIR>"
[ BLOCK .<PROJNAME> . ]
error PROJNAME must be set!
[ BLOCK .<OWGUINOBUILD> .1 ]
set PROJPMAKE=guitool .not .and
[ BLOCK <BLDRULE> build rel ]
#============================
pmake -d build <PROJPMAKE> <2> <3> <4> <5> <6> <7> <8> <9> -h
[ BLOCK <BLDRULE> clean ]
#========================
pmake -d build <PROJPMAKE> <2> <3> <4> <5> <6> <7> <8> <9> -h clean
[ BLOCK <BLDRULE> boot ]
#=======================
mkdir <OWOBJDIR>
cdsay <OWOBJDIR>
wmake -h -f ../binmake bootstrap=1
[ BLOCK <BLDRULE> bootclean ]
#============================
echo rm -rf <OWOBJDIR>
rm -rf <OWOBJDIR>
[ BLOCK . . ]
set PROJPMAKE=