#
# Filename: Manifest
#
# $Id: Manifest 500492 2016-05-04 22:25:11Z fukanchi $
#
# Author:
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

USE_COMPONENTS

TAG_PRE_COMMIT: tagprecommit/use_embedded_ptb.py

# 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 : GCC481    : GCC.sh 4.8.1 --without-debug --without-flat-makefile
Linux64-Centos : GCC493d   : GCC.sh 4.9.3 --with-debug --with-mt --with-flat-makefile
Linux64-Centos : GCC510    : GCC.sh 5.1.0 --without-debug --with-mt --with-flat-makefile
Linux64-Centos : GCC530    : GCC.sh 5.3.0 --without-debug --with-mt --with-flat-makefile
Linux64-Centos : ICC150    : ICC.sh 15.0  --without-debug --with-mt --with-dll
Linux64-Centos : ICC150d   : ICC.sh 15.0  --with-debug --with-mt --with-3psw=system
Linux64-Centos7 : Clang    : Clang.sh 3.8.0 --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

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
