export CGAL_DIR='/cygdrive/c/CGAL/reference_platforms/x64_Cygwin-Windows8_MSVC2012-Debug-64bits'
export VC_VERSION="11"
export ARCH="64"
export PLATFORM_REFERENCE="/cygdrive/c/CGAL/reference_platforms"
source "${PLATFORM_REFERENCE}/setup_common"

CGAL_ENABLE_VLD=TRUE
VLD_INCLUDE_DIR="C:\cgal\vld"
VLD_LIBRARY_DIR="C:\cgal\vld\bin\x64\Debug"
export CGAL_ENABLE_VLD VLD_LIBRARY_DIR VLD_INCLUDE_DIR
PATH="$VLD_LIBRARY_DIR:$PATH"
export PATH
