mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-16 09:46:55 +08:00
24 lines
536 B
Bash
Executable File
24 lines
536 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f config.cache config.status
|
|
|
|
./configure \
|
|
--build=ppc-darwin \
|
|
--with-osname=darwin \
|
|
--enable-incoreres \
|
|
--disable-videofbcon \
|
|
--disable-videoqvfb \
|
|
--enable-videodummy \
|
|
--enable-dummyial \
|
|
--enable-autoial \
|
|
--disable-nativeial \
|
|
--disable-qvfbial \
|
|
--disable-qpfsupport \
|
|
--disable-ttfsupport \
|
|
--disable-type1support \
|
|
--disable-latin9support \
|
|
--disable-gbksupport \
|
|
--disable-big5support \
|
|
--disable-unicodesupport \
|
|
--disable-libvcongui
|