From: Robin Dunn Date: Thu, 9 Sep 2004 20:35:00 +0000 (+0000) Subject: default is gtk2 & unicode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0453da6205d54b89185da35a1738ad7a909a32c9 default is gtk2 & unicode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/b b/wxPython/b index 3b8cb02e58..588bac838f 100755 --- a/wxPython/b +++ b/wxPython/b @@ -33,7 +33,8 @@ python$PYVER -c "import sys;print '\n', sys.version, '\n'" SETUP="python$PYVER -u setup.py" FLAGS="USE_SWIG=1 SWIG=/opt/swig/bin/swig" OTHERFLAGS="" -PORTFLAGS="" +PORTFLAGS="WXPORT=gtk2 UNICODE=1" + if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then