|
1 | | -VERSION = 1.3.1 |
2 | | -DMD_VERSION = 2.100.2 |
3 | | -LDC_VERSION = 1.30.0 |
4 | | -ROOT_DIR = https://www.dlang.org/ |
5 | | -ROOT = https://www.dlang.org |
6 | | -BODYCLASS = visuald |
7 | | -PROJECT = visuald |
8 | | -WIKI = visuald |
9 | | -SELF_PATH = |
10 | | -LAYOUT_SUFFIX= |
11 | | - |
| 1 | +VERSION = 1.4.0 |
| 2 | +DMD_VERSION = 2.110.0 |
| 3 | +LDC_VERSION = 1.40.0 |
| 4 | +ROOT_DIR = https://www.dlang.org/ |
| 5 | +ROOT = https://www.dlang.org |
| 6 | +BODYCLASS = visuald |
| 7 | +PROJECT = visuald |
| 8 | +WIKI = visuald |
| 9 | +SELF_PATH = |
| 10 | +LAYOUT_SUFFIX= |
| 11 | +
|
12 | 12 | VDLINK=$(LINK2 $1.html, $2) |
13 | 13 | IMG = <img src="$0" /> |
14 | | -IMG_CENTER = <div align="center"><img src="$0" /></div> |
15 | | -TABLE_NOBORDER = <table style="border-width: 0px 0">$0</table> |
16 | | -_= |
17 | | -MENU_W_SUBMENU_OPEN = <li class='expand-container open'><a class='expand-toggle' href='#'><span>$0</span></a> |
18 | | - |
19 | | -SUBNAV=$(SUBNAV_TEMPLATE |
20 | | - $(SUBNAV_HEAD Visual D $(VERSION), StartPage.html, Home, subnav-duplicate) |
21 | | - $(UL |
22 | | - $(MENU StartPage.html, Home) |
23 | | - $(MENU https://github.com/dlang/visuald/releases, Downloads) |
24 | | - $(MENU Installation.html, Installation) |
25 | | - $(MENU_W_SUBMENU_OPEN Tour) |
26 | | - $(SUBMENU |
27 | | - Features.html, Feature List, |
28 | | - GlobalOptions.html, Global Options, |
29 | | - ProjectWizard.html, Project Wizard, |
30 | | - Editor.html, Editor, |
31 | | - Search.html, Search Window, |
32 | | - TokenReplace.html, Token Replace, |
33 | | - ProjectConfig.html, Project Config, |
34 | | - vcxproject.html, VC Project Integration, |
35 | | - CppConversion.html, C++ to D, |
36 | | - Debugging.html, Debugging, |
37 | | - CompileCommands.html, Compile Commands, |
38 | | - Profiling.html, Profiling, |
39 | | - Coverage.html, Code Coverage, |
40 | | - DustMite.html, DustMite Integration, |
41 | | - BrowseInfo.html, Browse Info |
42 | | - ) |
43 | | - $(MENU VersionHistory.html, Version History) |
44 | | - $(MENU KnownIssues.html, Known Issues) |
45 | | - $(MENU BuildFromSource.html, Building from Source) |
46 | | - ) |
47 | | -) |
48 | | -_= |
49 | | - |
50 | | -D_S = $(LAYOUT ,$1,$(ARGS $+)) |
51 | | -SPEC_S = $(LAYOUT ,$1,$(ARGS $+)) |
52 | | -COMMUNITY= $(LAYOUT ,$1,$(ARGS $+)) |
53 | | -_= |
54 | | - |
55 | | -LAYOUT=$3 |
56 | | -_= |
57 | | - |
58 | | -SFINAE=$(GLOSSARY sfinae, $(ACRONYM SFINAE, Substitution Failure Is Not An Error)) |
59 | | -OBJ2ASM=$(HTTP digitalmars.com/ctg/obj2asm.html, obj2asm) |
60 | | -DUMPOBJ=$(HTTP digitalmars.com/ctg/dumpobj.html, dumpobj) |
61 | | -SHELL=$(HTTP digitalmars.com/ctg/shell.html, shell) |
62 | | -_= |
63 | | - |
64 | | -VISUALD = https://rainers.github.io/visuald/visuald/StartPage.html |
65 | | -_= |
66 | | - |
67 | | -AMAZONLINK= $(WEB amazon.com/exec/obidos/ASIN/$1/classicempire, $+) |
68 | | -_= |
69 | | - |
70 | | -_= |
71 | | - |
72 | | -MIDRULE= |
73 | | -_= |
| 14 | +IMG_CENTER = <div align="center"><img src="$0" /></div> |
| 15 | +TABLE_NOBORDER = <table style="border-width: 0px 0">$0</table> |
| 16 | +_= |
| 17 | +MENU_W_SUBMENU_OPEN = <li class='expand-container open'><a class='expand-toggle' href='#'><span>$0</span></a> |
| 18 | +
|
| 19 | +SUBNAV=$(SUBNAV_TEMPLATE |
| 20 | + $(SUBNAV_HEAD Visual D $(VERSION), StartPage.html, Home, subnav-duplicate) |
| 21 | + $(UL |
| 22 | + $(MENU StartPage.html, Home) |
| 23 | + $(MENU https://github.com/dlang/visuald/releases, Downloads) |
| 24 | + $(MENU Installation.html, Installation) |
| 25 | + $(MENU_W_SUBMENU_OPEN Tour) |
| 26 | + $(SUBMENU |
| 27 | + Features.html, Feature List, |
| 28 | + GlobalOptions.html, Global Options, |
| 29 | + ProjectWizard.html, Project Wizard, |
| 30 | + Editor.html, Editor, |
| 31 | + Search.html, Search Window, |
| 32 | + TokenReplace.html, Token Replace, |
| 33 | + ProjectConfig.html, Project Config, |
| 34 | + vcxproject.html, VC Project Integration, |
| 35 | + CppConversion.html, C++ to D, |
| 36 | + Debugging.html, Debugging, |
| 37 | + CompileCommands.html, Compile Commands, |
| 38 | + Profiling.html, Profiling, |
| 39 | + Coverage.html, Code Coverage, |
| 40 | + DustMite.html, DustMite Integration, |
| 41 | + BrowseInfo.html, Browse Info |
| 42 | + ) |
| 43 | + $(MENU VersionHistory.html, Version History) |
| 44 | + $(MENU KnownIssues.html, Known Issues) |
| 45 | + $(MENU BuildFromSource.html, Building from Source) |
| 46 | + ) |
| 47 | +) |
| 48 | +_= |
| 49 | +
|
| 50 | +D_S = $(LAYOUT ,$1,$(ARGS $+)) |
| 51 | +SPEC_S = $(LAYOUT ,$1,$(ARGS $+)) |
| 52 | +COMMUNITY= $(LAYOUT ,$1,$(ARGS $+)) |
| 53 | +_= |
| 54 | +
|
| 55 | +LAYOUT=$3 |
| 56 | +_= |
| 57 | +
|
| 58 | +SFINAE=$(GLOSSARY sfinae, $(ACRONYM SFINAE, Substitution Failure Is Not An Error)) |
| 59 | +OBJ2ASM=$(HTTP digitalmars.com/ctg/obj2asm.html, obj2asm) |
| 60 | +DUMPOBJ=$(HTTP digitalmars.com/ctg/dumpobj.html, dumpobj) |
| 61 | +SHELL=$(HTTP digitalmars.com/ctg/shell.html, shell) |
| 62 | +_= |
| 63 | +
|
| 64 | +VISUALD = https://rainers.github.io/visuald/visuald/StartPage.html |
| 65 | +_= |
| 66 | +
|
| 67 | +AMAZONLINK= $(WEB amazon.com/exec/obidos/ASIN/$1/classicempire, $+) |
| 68 | +_= |
| 69 | +
|
| 70 | +_= |
| 71 | +
|
| 72 | +MIDRULE= |
| 73 | +_= |
0 commit comments