]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
Added a Python-specific Append method to the wxListCtrl
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 7b12de560ae8e5d05adb5d235514df03a53563f2..39d15ef158f093ddaf762596d9bb378988e4a340 100755 (executable)
@@ -99,6 +99,10 @@ do
            echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
            tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
 
+       x11.t)
+           echo "Generating $topdir/src/x11/files.lst for X11 and Configure..."
+           tmake -t x11 wxwin.pro -o $topdir/src/x11/files.lst;;
+
        watmgl.t)
            echo "Generating $topdir/src/mgl/makefile.wat for Watcom C++ and MGL+DOS..."
            tmake -t watmgl wxwin.pro -o $topdir/src/mgl/makefile.wat;;