2005-01-13 18:05:23 +01:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
. "$path/SETUP.sh"
|
2006-04-05 14:50:12 +02:00
|
|
|
extra_flags="$amd64_cflags $fast_cflags -g"
|
2005-01-19 19:24:51 +01:00
|
|
|
extra_configs="$amd64_configs $max_configs"
|
2005-01-13 18:05:23 +01:00
|
|
|
|
|
|
|
. "$path/FINISH.sh"
|