-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathQuickFAST.features
More file actions
33 lines (26 loc) · 961 Bytes
/
Copy pathQuickFAST.features
File metadata and controls
33 lines (26 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Copyright (c) 2009, 2010 Object Computing, Inc.
// All rights reserved.
// See the file license.txt for licensing information.
// This file defines MPC features used to enable and disable portions of the build
QuickFAST=1
boost=1
// Build .NET library
// To enable .NET build, change the following from '0' to '1'
dotnet=1
// Build .NET examples
dotnetapp=1
// Build NUNIT based .NET tests
// If nUnit is installed, change the following from '0' to '1'
nunit=0
// Build ARCA support library
// If ARCA support is present (separate project) change the following
// from '0' to '1'
arca=0
// Build ARCA .NET support library
// If ARCA .NET support is present (separate project) change the following
// from '0' to '1'
arcadotnet=0
// This is a "feature" used to temporarily disable parts of the build.
// by making the depend on the "obsolete" feature. It should always be
// assigned a 0.
obsolete=0