Added rules using motif.t gtk.t os2.t
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,9 +46,17 @@ do
|
||||
echo "Generating $mswdir/makefile.wat for Watcom C++..."
|
||||
tmake -t wat wxwin.pro -o $mswdir/makefile.wat;;
|
||||
|
||||
gtk.t)
|
||||
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
|
||||
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;
|
||||
|
||||
motif.t)
|
||||
echo "Generating $topdir/src/motif/files.lst for Motif and Configure..."
|
||||
tmake -t motif wxwin.pro -o $topdir/src/motif/files.lst;;
|
||||
|
||||
unx.t)
|
||||
echo "Generating $topdir/Makefile.in for Unix and Configure..."
|
||||
tmake -t unx wxwin.pro -o $topdir/Makefile.in;;
|
||||
echo "Generating $topdir/src/os2/files.lst for OS/2 PM and Configure..."
|
||||
tmake -t os2 wxwin.pro -o $topdir/src/os2/files.lst;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user