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