Skip to content

Commit 8afd48e

Browse files
committed
2 parents 40fbfae + bddf170 commit 8afd48e

File tree

2 files changed

+12
-52
lines changed

2 files changed

+12
-52
lines changed

INSTALL.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Extract the entire(!) ZIP file and follow the instructions below.
66
Delphi / RAD Studio 10.4 and higher Installation
77
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88
1. Open the project group "Packages\RAD Studio 10.4+\VirtualTreeView.groupproj"
9-
2. Right click on root elelment "VirtualTreeView" and click "Build All"
9+
2. Right click on root element "VirtualTreeView" and click "Build All"
1010
3. Right click on "VirtualTreesD*.bpl" and click "Install"
1111
4. Go to "Tools > Options > Language > Delphi Options > Library
1212
5. Choose platform "Win32", click on "Library Path > [...]"
@@ -30,7 +30,7 @@ Delphi / RAD Studio 10.3
3030
2. Right click on "VirtualTreesD270.bpl" and click "Install"
3131
3. Go to "Tools > Options > Language > Delphi Options > Library > Library Path > [...]"
3232
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
33-
Do this for both Win32 and Win64 platform, which you can choose in the dropdown box.
33+
Do this for both Win32 and Win64 platforms, which you can choose in the dropdown box.
3434
4. C++ Builder users only:
3535
In the Options dialog go to "Environment Options > C++ Options > Paths and Directories"
3636
a) Click "Library Path > [...]"
@@ -46,7 +46,7 @@ Delphi / RAD Studio 10.0 - 10.2 Installation
4646
2. Right click on "VirtualTreesD*.bpl" and click "Install"
4747
3. Go to "Tools > Options > Environment Options > Delphi Options > Library > Library Path > [...]"
4848
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
49-
Do this for both Win32 and Win64 platform, which you can choose in the dropdown box.
49+
Do this for both Win32 and Win64 platforms, which you can choose in the dropdown box.
5050
4. C++ Builder users only:
5151
In the Options dialog go to "Environment Options > C++ Options > Paths and Directories"
5252
a) Click "Library Path > [...]"

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)