Skip to content

Commit 94f7896

Browse files
author
Joachim Marder
committed
Updated for V8.1.2
1 parent 5193660 commit 94f7896

File tree

1 file changed

+9
-49
lines changed

1 file changed

+9
-49
lines changed

Virtual-TreeView.dspec

Lines changed: 9 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "JAM.VirtualTreeView",
4-
"version": "8.0.0-alpha1",
4+
"version": "8.1.2",
55
"description": "Virtual TreeView VCL Component",
66
"authors": "Joachim Marder",
77
"projectUrl": "https://github.com/JAM-Software/Virtual-TreeView",
@@ -10,54 +10,6 @@
1010
"tags": "VCL, TreeView"
1111
},
1212
"targetPlatforms": [
13-
{
14-
"compiler": "XE3",
15-
"platforms": "Win32, Win64",
16-
"template": "default",
17-
"variables" : {
18-
"libsuffix" : "170"
19-
}
20-
},
21-
{
22-
"compiler": "XE4",
23-
"platforms": "Win32, Win64",
24-
"template": "default",
25-
"variables" : {
26-
"libsuffix" : "180"
27-
}
28-
},
29-
{
30-
"compiler": "XE5",
31-
"platforms": "Win32, Win64",
32-
"template": "default",
33-
"variables" : {
34-
"libsuffix" : "190"
35-
}
36-
},
37-
{
38-
"compiler": "XE6",
39-
"platforms": "Win32, Win64",
40-
"template": "default",
41-
"variables" : {
42-
"libsuffix" : "200"
43-
}
44-
},
45-
{
46-
"compiler": "XE7",
47-
"platforms": "Win32, Win64",
48-
"template": "default",
49-
"variables" : {
50-
"libsuffix" : "210"
51-
}
52-
},
53-
{
54-
"compiler": "XE8",
55-
"platforms": "Win32, Win64",
56-
"template": "default",
57-
"variables" : {
58-
"libsuffix" : "220"
59-
}
60-
},
6113
{
6214
"compiler": "10.0",
6315
"platforms": "Win32, Win64",
@@ -107,6 +59,14 @@
10759
"libsuffix" : "280"
10860
}
10961
}
62+
{
63+
"compiler": "12.0",
64+
"platforms": "Win32, Win64",
65+
"template": "10.4+",
66+
"variables" : {
67+
"libsuffix" : "290"
68+
}
69+
}
11070
],
11171
"templates": [
11272
{

0 commit comments

Comments
 (0)