]> git.saurik.com Git - wxWidgets.git/blob - docs/motif/makewxmotif
75ebec2b279d02e4fa7122e564f7c679854b0855
[wxWidgets.git] / docs / motif / makewxmotif
1 # makewxmotif
2 # Configures and makes wxMotif from either the root wxWindows directory
3 # or a build directory underneath it.
4
5 CONFIG=./configure
6
7 if [ ! -f ./configure ]; then
8 CONFIG=../configure
9 fi
10
11 CONFIG="$CONFIG --disable-shared --with-motif --without-gtk --enable-debug_flag --enable-debug_info --enable-debug --disable-sockets --disable-odbc --enable-threads --enable-newgrid"
12
13 echo Invoking $CONFIG
14
15 rm -f *.cache
16 $CONFIG
17 make