File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1335,7 +1335,10 @@ Version history
13351335 * visualdproj: exit code printed for failed commands
13361336 * cv2pdb 0.52: improved DWARF support for non-contiguous functions, bug fixes
13371337
1338- 2022-09-22 version 1.3.1
1338+ 2022-10-09 version 1.3.1
1339+ * full installer now bundled with DMD 2.100.2 and LDC 1.30.0
13391340 * dmdserver: fixed memory leak
13401341 * fixed building against WinSDK 10.0.22621.0
13411342 * fixed projects no longer considered failing
1343+ * D files in VC projects failed to build in VS 2022 17.3 and 17.4, added separate versions of
1344+ dbuild.17.x.dll linked respective Microsoft.Build.CPPTasks.Common.dll
Original file line number Diff line number Diff line change 2929
3030; define DMD source path to include dmd installation
3131; !define DMD
32- !define DMD_VERSION " 2.100.0 "
32+ !define DMD_VERSION " 2.100.2 "
3333!define DMD_SRC c:\d\dmd-${DMD_VERSION}
3434
3535; define LDC to include ldc installation
3636; !define LDC
37- !define LDC_VERSION " 1.29 .0"
37+ !define LDC_VERSION " 1.30 .0"
3838!define LDC_SRC c:\d\ldc2-${LDC_VERSION} -windows-multilib
3939
4040; define VS2019 to include VS2019 support
You can’t perform that action at this time.
0 commit comments