-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMalterlib.MHeader
More file actions
40 lines (33 loc) · 946 Bytes
/
Malterlib.MHeader
File metadata and controls
40 lines (33 loc) · 946 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
34
35
36
37
38
39
// Copyright © Unbroken AB
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Property
{
MalterlibOnlyRepositoryManagement: bool = false
}
// Start with reposicory
Import "Malterlib_Core_RepositoryCore.MHeader"
Import "Build/Shared_Repository.MSettings"
Import "Build/Shared_RepositoryPolicy.MSettings"
Import "Build/Shared_RepositoryReleasePackage.MSettings"
Import "Build/Shared_RepositoryLicense.MSettings"
Import "Build/Shared_Types.MSettings"
Import "Malterlib_Core_RepositoryBinary.MHeader"
Import "Malterlib_Core_RepositoryModules.MHeader"
// Must start with the settings
Import "Build/Shared.MSettings"
{
!MalterlibOnlyRepositoryManagement "true"
}
// Import all sub projects
Import "Malterlib_Core.MHeader"
{
!MalterlibOnlyRepositoryManagement "true"
}
Import "../*/*.MHeader"
{
!MalterlibOnlyRepositoryManagement "true"
}
Import "Build/SharedRepositoryOnly.MSettings"
{
!!MalterlibOnlyRepositoryManagement "true"
}