~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="$pentium_cflags $gprof_compile_flags"
7
extra_configs="$pentium_configs $debug_configs $gprof_link_flags"
8
9
. "$path/FINISH.sh"