Skip to content

Commit dc2506e

Browse files
updated dpm spec
1 parent 893d784 commit dc2506e

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

VSoft.CommandLine.dspec

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "VSoft.CommandLine",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"description": "Command Line Parser",
66
"authors": "Vincent Parrett",
77
"projectUrl": "https://github.com/VSoftTechnologies/VSoft.CommandLineParser",
@@ -79,7 +79,7 @@
7979
{
8080
"compiler": "12.0",
8181
"platforms": "Win32, Win64",
82-
"template": "default"
82+
"template": "12plus"
8383
}
8484
],
8585
"templates": [
@@ -108,6 +108,33 @@
108108
"project": ".\\packages\\Rad Studio $compilerWithCodeName$\\VSoft.CommandLineR.dproj"
109109
}
110110
]
111+
},
112+
{
113+
"name": "12plus",
114+
"source": [
115+
{
116+
"src": "src\\**.pas",
117+
"flatten": true,
118+
"dest": "src"
119+
},
120+
{
121+
"src":"packages\\Rad Studio $Compiler$\\*.dp*",
122+
"exclude": ["*.dproj.local"],
123+
"dest":"packages\\Rad Studio $Compiler$"
124+
}
125+
],
126+
"searchPaths": [
127+
{
128+
"path": "src"
129+
}
130+
],
131+
"build": [
132+
{
133+
"id": "Runtime",
134+
"project": ".\\packages\\Rad Studio $compilerWithCodeName$\\VSoft.CommandLineR.dproj"
135+
}
136+
]
111137
}
138+
112139
]
113140
}

0 commit comments

Comments
 (0)