#!/bin/sh

BUILD_HOSTS="localhost"
USE_REFERENCE_PLATFORMS='y'
#COMPILERS_localhost="x64_Cygwin-Vista_MSVS2010-64bits"
COMPILERS_localhost="x64_Cygwin-Vista_MSVS2010-64bits i686_Cygwin-Vista_MSVS2008-Release-32bits"
#COMPILERS_localhost="i686_Cygwin-Vista_MSVS2008-32bits  i686_Cygwin-Vista_MSVS2008-Release-32bits"
#COMPILERS_localhost="i686_Cygwin-Vista_MSVS2008-32bits"

NICE_OPTIONS="-10"
#WGET_OPTS="--no-check-certificate --no-verbose -c"
#WGET_OPTS="--no-check-certificate -nv"

# GNU make can use -j2 even on Windows
PROCESSORS_localhost=2

FTP_OPTS="-v -n"

MYSHELL="bash --login"
CGAL_TESTER=afabri
CGAL_TESTER_NAME="GeometryFactory"
CGAL_TESTER_ADDRESS="andreas.fabri@geometryfactory.com"
CGAL_ROOT="/cygdrive/c/CGAL"
RSH="ssh"

# cmake stuff
#REFERENCE_PLATFORMS_DIR='c:/CGAL/CGAL-3.4.1/reference-builds'
REFERENCE_PLATFORMS_DIR='c:/CGAL/trunk/Maintenance/infrastructure/delaunay.geometryfactory.com/reference-platforms/'
