forked from VincentWei/MiniGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildlib-pc-demo
executable file
·47 lines (44 loc) · 1.09 KB
/
buildlib-pc-demo
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
42
43
44
45
46
#!/bin/sh
rm config.cache config.status -f
./configure \
--disable-static \
--disable-procs \
--disable-standalone \
--with-style=fashion \
--enable-incoreres \
--enable-rbf16 \
--enable-rbf24 \
--enable-rbfgb12 \
--enable-rbfgb16 \
--enable-rbfgb24 \
--enable-rbfkj12 \
--enable-rbfkj14 \
--enable-rbfkj16 \
--enable-fontsymbol \
--enable-fontvgas \
--enable-fonthelv \
--disable-videofbcon \
--enable-videoqvfb \
--disable-videodummy \
--disable-videocommlcd \
--disable-micemoveable \
--disable-dummyial \
--disable-autoial \
--disable-nativeial \
--enable-qvfbial \
--disable-qpfsupport \
--disable-ttfsupport \
--disable-type1support \
--disable-latin9support \
--enable-gbsupport \
--enable-shiftjissupport \
--enable-eucjpsupport \
--disable-gbksupport \
--disable-big5support \
--disable-unicodesupport \
--disable-savebitmap \
--disable-imegb2312 \
--disable-imegb2312py \
--disable-aboutdlg \
--disable-savescreen \
--enable-tinyscreen