[Lunar-commits] r15905 - moonbase/trunk/libs/wxGTK
Terry Chan
tchan at lunar-linux.org
Thu Jul 28 03:53:10 UTC 2005
Author: tchan
Date: 2005-07-28 03:53:09 +0000 (Thu, 28 Jul 2005)
New Revision: 15905
Modified:
moonbase/trunk/libs/wxGTK/BUILD
Log:
Added some extra subdirs to the BUILD that dveatch suggested for a more
complete/usefull wxGTK.
Modified: moonbase/trunk/libs/wxGTK/BUILD
===================================================================
--- moonbase/trunk/libs/wxGTK/BUILD 2005-07-28 03:42:14 UTC (rev 15904)
+++ moonbase/trunk/libs/wxGTK/BUILD 2005-07-28 03:53:09 UTC (rev 15905)
@@ -1,10 +1,18 @@
(
+ if [[ $UCODE == "y" ]]; then
+ OPTS="$OPTS --enable-unicode"
+ fi &&
./configure --build=$BUILD \
--prefix=/usr \
--with-gtk \
- --enable-unicode \
--enable-optimise \
$OPTS &&
- default_make
+ default_make &&
+ cd contrib/src/stc &&
+ make &&
+ make install &&
+ cd ../ogl &&
+ make all &&
+ make install
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list