-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathQuickFAST.features
More file actions
30 lines (24 loc) · 927 Bytes
/
QuickFAST.features
File metadata and controls
30 lines (24 loc) · 927 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
// 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=0
// Build .NET examples
// To enable .NET Example programs, change the following from '0' to '1'
dotnetapp=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