~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
#! /bin/sh
2
3
path=`dirname $0`
4
. "$path/SETUP.sh"
5
6
extra_flags="$ppc_cflags $debug_cflags"
7
extra_configs="$debug_configs $max_configs"
8
9
. "$path/FINISH.sh"