#
# Filename: Manifest
#
# $Id: Manifest 483955 2015-11-05 15:16:36Z fukanchi $
#
# Author:
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

USE_COMPONENTS

# Each line describes a single configuration
# The format is as follows:
# <HardwareIdentifier> : <ReleaseSuffix> : <CompilerConfigurationScriptWithKeys>
# Configuration script is relative to c++/compilers/unix/ .
# Release configurator assumes that this script will eventually call standard configure script and pass all options
# to it. So some standard options may be added by release configurator, such as --build-root-sfx, --with-projects,
# --with-distcc, --with-action etc.

Win32_13       : MSVC13-32 : dll    32 ReleaseDLL
Win64_13       : MSVC13-64 : static 64 ReleaseDLL

Cygwin64       : GCC       : GCC.sh --without-debug --with-mt --with-flat-makefile

Linux64-Centos : GCC442    : GCC.sh 4.4.2 --without-debug --with-mt --with-distcc
Linux64-Centos : GCC442d   : GCC.sh 4.4.2 --with-mt --with-distcc --with-3psw=system
Linux64-Centos : GCC463    : GCC.sh 4.6.3 --with-distcc
Linux64-Centos : GCC472    : GCC.sh 4.7.2 --without-debug --with-mt --with-dll
Linux64-Centos : GCC481    : GCC.sh 4.8.1 --without-debug --without-flat-makefile
Linux64-Centos : GCC491d   : GCC.sh 4.9.1 --with-debug --with-mt --with-flat-makefile
Linux64-Centos : GCC510    : GCC.sh 5.1.0 --without-debug --with-mt --with-flat-makefile
Linux64-Centos : ICC130    : ICC.sh 13.0  --without-debug --with-mt --with-dll
Linux64-Centos : ICC130d   : ICC.sh 13.0  --with-debug --with-mt --with-3psw=system
Linux64-Centos : Clang     : Clang.sh --with-debug --with-mt --with-flat-makefile

Linux64-Ubuntu : plain-GCC : GCC.sh --without-debug --with-mt --with-flat-makefile
Linux32-Ubuntu : plain-GCC : GCC.sh --without-debug --with-mt --with-flat-makefile

FreeBSD32      : plain     : Clang.sh --without-debug --with-mt --with-flat-makefile
#FreeBSD64      : plain     : Clang.sh --without-debug --with-mt --with-flat-makefile

IntelMAC       : Debug     : GCC.sh --with-debug --with-dll --with-mt --with-universal=i386,x86_64 --with-flat-makefile
IntelMAC       : Release   : GCC.sh --without-debug --with-dll --with-mt --with-universal=i386,x86_64 --with-flat-makefile

XCode          : plain     : Xcode.sh 30 --without-debug --with-64

