blob: 1202b4310a01df9fd5e20970027b6bb66b3a7811 [file] [log] [blame]
# Set the platforms which should be build by running ant
# Possible Targets:
#
# Windows_X86_32
# Windows_X86_64
# Linux_X86_32
# Linux_X86_64
# QNX_X86_32
# iPhoneOS_ARMV7_32
# iPhoneOS_ARMV7S_32
# iPhoneSimulatorOS_X86_32
# iPhoneOS_ARM64
# iPhoneSimulatorOS_X86_64
# MacOSX_X86_32
# MacOSX_X86_64
# Android_ARMV7L_Cross
#
# Define multiple targets which should be build in a row with:
# target.platforms = XXXX, YYYY
#
# Add Properties with:
# target.platforms.XXXX.generator=Unix Makefiles / Visual Studio 8 2005 / XCode - See CMake documentation for possible Generators
# target.platforms.XXXX.buildTests=YES / NO
#
# If you want to use a local Capu Source Dir:
#
# LOCAL_CAPU_SOURCE_DIR=/Path/To/Your/Local/capu/Dir
#
# -----------------
# Example:
# -----------------
#
# target.platforms = Windows_X86_32, QNX_X86_32
# target.platforms.Windows_X86_32.generator=Visual Studio 8 2005
# target.platforms.QNX_X86_32.generator=Unix Makefiles
# target.platforms.QNX_X86_32.buildTests=NO
#