Skip to content

Commit 660d701

Browse files
committed
use new versions dmd 2.100.2 and ldc 1.30.0 for full installer
1 parent e91747c commit 660d701

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

nsis/visuald.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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

0 commit comments

Comments
 (0)