@@ -59,16 +59,16 @@ prerequisites:
5959 devenv /Project " build" /Build " $( CONFIG) |Win32" visuald_vs10.sln
6060
6161visuald_vs :
62- devenv /Project " visuald " /Build " $( CONFIG) |Win32" visuald_vs10.sln
62+ devenv /Project " VisualD " /Build " $( CONFIG) |Win32" visuald_vs10.sln
6363
6464visuald_vs_x64 :
65- devenv /Project " visuald " /Build " $( CONFIG_X64) |x64" visuald_vs10.sln
65+ devenv /Project " VisualD " /Build " $( CONFIG_X64) |x64" visuald_vs10.sln
6666
6767visuald_vs_arm64 :
68- devenv /Project " visuald " /Build " $( CONFIG_ARM64) |x64" visuald_vs10.sln
68+ devenv /Project " VisualD " /Build " $( CONFIG_ARM64) |x64" visuald_vs10.sln
6969
7070visuald_test :
71- devenv /Project " visuald " /Build " TestDebug|Win32" visuald_vs10.sln
71+ devenv /Project " VisualD " /Build " TestDebug|Win32" visuald_vs10.sln
7272 bin\T estDebug\V isualD\V isualD.exe
7373
7474vdserver :
@@ -79,6 +79,7 @@ dmdserver:
7979
8080dmdserver_test :
8181 devenv /Project " dmdserver" /Build " TestDebug|x64" visuald_vs10.sln
82+ bin\T estDebug\x 64\d mdserver.exe
8283
8384dparser :
8485 cd vdc\a bothe && $(MSBUILD15 ) vdserver.sln /p:Configuration=Release; Platform=" Any CPU" /p:TargetFrameworkVersion=4.5.2 /p:DefineConstants=NET40 $(MSBUILD_REBUILD )
@@ -194,33 +195,46 @@ dbuild17_all: dbuild17_0 dbuild17_1 dbuild17_2 dbuild17_3 dbuild17_4 dbuild17_5
194195dbuild18_0 :
195196 cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v18_0; Platform=AnyCPU $(MSBUILD_REBUILD )
196197
197- dbuild18_all : dbuild18_0
198+ dbuild18_1 :
199+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v18_1; Platform=AnyCPU $(MSBUILD_REBUILD )
200+
201+ dbuild18_3 :
202+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v18_3; Platform=AnyCPU $(MSBUILD_REBUILD )
203+
204+ dbuild18_6 :
205+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v18_6; Platform=AnyCPU $(MSBUILD_REBUILD )
206+
207+ dbuild18_all : dbuild18_0 dbuild18_1 dbuild18_3 dbuild18_6
198208
199209mago :
200210 cd ..\. .\m ago && devenv /Build " Release|Win32" /Project " MagoNatDE" magodbg_2010.sln
201211 cd ..\. .\m ago && devenv /Build " Release|x64" /Project " MagoRemote" magodbg_2010.sln
202212 cd ..\. .\m ago && devenv /Build " Release StaticDE|Win32" /Project " MagoNatCC" magodbg_2010.sln
203213
204214mago_vs15 :
205- cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 /target:DebugEngine\M agoNatDE MagoDbg_2010.sln
206- cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v141 /target:DebugEngine\M agoRemote MagoDbg_2010.sln
207- cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=Win32;PlatformToolset=v141" /target:Expression\M agoNatCC MagoDbg_2010.sln
215+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 /target:DebugEngine\M agoNatDE /verbosity:quiet MagoDbg_2010.sln
216+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v141 /target:DebugEngine\M agoRemote /verbosity:quiet MagoDbg_2010.sln
217+ cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=Win32;PlatformToolset=v141" /target:Expression\M agoNatCC /verbosity:quiet MagoDbg_2010.sln
208218
209219mago_vs16 :
210- cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 /target:DebugEngine\M agoNatDE MagoDbg_2010.sln
211- cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v142 /target:DebugEngine\M agoRemote MagoDbg_2010.sln
212- cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=Win32;PlatformToolset=v142" /target:Expression\M agoNatCC MagoDbg_2010.sln
220+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 /target:DebugEngine\M agoNatDE /verbosity:quiet MagoDbg_2010.sln
221+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v142 /target:DebugEngine\M agoRemote /verbosity:quiet MagoDbg_2010.sln
222+ cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=Win32;PlatformToolset=v142" /target:Expression\M agoNatCC /verbosity:quiet MagoDbg_2010.sln
213223
214224mago_vs17 :
215- cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 /target:DebugEngine\M agoNatDE MagoDbg_2010.sln
216- cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v143 /target:DebugEngine\M agoRemote MagoDbg_2010.sln
217- cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=Win32;PlatformToolset=v143" /target:Expression\M agoNatCC MagoDbg_2010.sln
225+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 /target:DebugEngine\M agoNatDE /verbosity:quiet MagoDbg_2010.sln
226+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v143 /target:DebugEngine\M agoNatDE /verbosity:quiet MagoDbg_2010.sln
227+ cd ..\. .\m ago && msbuild /p:Configuration=Release; Platform=x64; PlatformToolset=v143 /target:DebugEngine\M agoRemote /verbosity:quiet MagoDbg_2010.sln
228+ cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=Win32;PlatformToolset=v143" /target:Expression\M agoNatCC /verbosity:quiet MagoDbg_2010.sln
218229
219230magocc_x64 :
220- cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=x64;PlatformToolset=v143" /target:Expression\M agoNatCC MagoDbg_2010.sln
231+ cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=x64;PlatformToolset=v143" /target:Expression\M agoNatCC /verbosity:quiet MagoDbg_2010.sln
221232
222233magocc_arm64 :
223- cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=ARM64;PlatformToolset=v143" /target:Expression\M agoNatCC MagoDbg_2010.sln
234+ cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=ARM64;PlatformToolset=v143" /target:Expression\M agoNatCC /verbosity:quiet MagoDbg_2010.sln
235+
236+ mago_mi :
237+ cd ..\. .\m ago && msbuild " /p:Configuration=Release StaticDE;Platform=x64;PlatformToolset=v143" /target:MagoMI\m ago-mi /verbosity:quiet MagoDbg_2010.sln
224238
225239magogc :
226240 cd ..\. .\m ago && devenv /Build " Release|Win32" /Project " MagoGC" magodbg_2010.sln
@@ -236,19 +250,19 @@ cv2pdb:
236250 cd ..\. .\c v2pdb\t runk && devenv /Project " dumplines" /Build " Release|Win32" src\c v2pdb_vs12.sln
237251
238252cv2pdb_vs15 :
239- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 src\c v2pdb.vcxproj
240- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 src\d viewhelper\d viewhelper.vcxproj
241- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 src\d umplines.vcxproj
253+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 /verbosity:quiet src\c v2pdb.vcxproj
254+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 /verbosity:quiet src\d viewhelper\d viewhelper.vcxproj
255+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v141 /verbosity:quiet src\d umplines.vcxproj
242256
243257cv2pdb_vs16 :
244- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 src\c v2pdb.vcxproj
245- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 src\d viewhelper\d viewhelper.vcxproj
246- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 src\d umplines.vcxproj
258+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 /verbosity:quiet src\c v2pdb.vcxproj
259+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 /verbosity:quiet src\d viewhelper\d viewhelper.vcxproj
260+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v142 /verbosity:quiet src\d umplines.vcxproj
247261
248262cv2pdb_vs17 :
249- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 src\c v2pdb.vcxproj
250- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 src\d viewhelper\d viewhelper.vcxproj
251- cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 src\d umplines.vcxproj
263+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 /verbosity:quiet src\c v2pdb.vcxproj
264+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 /verbosity:quiet src\d viewhelper\d viewhelper.vcxproj
265+ cd ..\. .\c v2pdb\t runk && msbuild /p:Configuration=Release; Platform=Win32; PlatformToolset=v143 /verbosity:quiet src\d umplines.vcxproj
252266
253267dcxxfilt : $(DCXXFILT_EXE )
254268$(DCXXFILT_EXE ) : tools\dcxxfilt.d
@@ -259,7 +273,7 @@ $(DCXXFILT_EXE): tools\dcxxfilt.d
259273# create installer
260274
261275install_release_modules : install_modules visuald_vs_arm64 fake_dparser cv2pdb_vs17 \
262- mago_vs17 magocc_x64 magocc_arm64 magogc magogc_ldc \
276+ mago_vs17 magocc_x64 magocc_arm64 magogc magogc_ldc mago_mi \
263277 dbuild12 dbuild14 dbuild15
264278
265279install_vs : install_release_modules install_only
0 commit comments