-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMaxLogic.Foundation.dspec.yaml
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathMaxLogic.Foundation.dspec.yaml
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
40
41
42
43
44
45
packageKind: git
metadata:
id: MaxLogic.Foundation
version: 0.0.1
description: Common Delphi foundation units and runtime package used by MaxLogic projects.
authors:
- MaxLogic
projectUrl: https://github.com/MaxLogic/MaxLogicFoundation
repositoryUrl: https://github.com/MaxLogic/MaxLogicFoundation.git
repositoryType: git
repositoryBranch: main
license: MIT
tags:
- MaxLogic
- Delphi
- VCL
- runtime
frameworks:
- VCL
targetPlatforms:
- compiler: 12.0
platforms: [Win32, Win64]
template: default
templates:
- name: default
dependencies:
- id: ProjectJedi.Jcl
version: "[0.0.1,)"
source:
- src: .\*.pas
- src: .\*.inc
- src: .\*.dfm
- src: .\*.res
- src: .\*.rc
- src: .\lib\jedi\*.inc
- src: .\Package\include\jedi\*.inc
- src: .\Package\*.dpk
- src: .\Package\*.dproj
- src: .\Package\*.res
- src: .\README.md
- src: .\LICENSE
build:
- project: .\Package\MaxLogicFoundationR.dproj
environmentVariables:
PATH: $packageDir$\bpl\Win32