]> git.saurik.com Git - wxWidgets.git/commitdiff
default is gtk2 & unicode
authorRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 20:35:00 +0000 (20:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 20:35:00 +0000 (20:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/b

index 3b8cb02e584ce8a411d31dacb7208b3e40e2d606..588bac838f32197dfadaa2ae42fc83317c630941 100755 (executable)
@@ -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