]> git.saurik.com Git - wxWidgets.git/blame - docs/motif/makewxmotif
compilation fix
[wxWidgets.git] / docs / motif / makewxmotif
CommitLineData
64b73f1a 1#!/bin/sh
8870c26e 2# makewxmotif
befe9ee1
JS
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
70aac632 12CONFIG="$CONFIG --disable-shared --with-motif --enable-debug --enable-threads"
befe9ee1
JS
13
14echo Invoking $CONFIG
15
a925b006 16rm -f *.cache
befe9ee1 17$CONFIG
8870c26e 18make