@@ -81,7 +81,7 @@ dmdserver_test:
8181 devenv /Project " dmdserver" /Build " TestDebug|x64" visuald_vs10.sln
8282
8383dparser :
84- cd vdc\a bothe && $(MSBUILD15 ) vdserver.sln /p:Configuration=Release; Platform=" Any CPU" /p:TargetFrameworkVersion=4.5.2 /p:DefineConstants=NET40 /t:Rebuild
84+ cd vdc\a bothe && $(MSBUILD15 ) vdserver.sln /p:Configuration=Release; Platform=" Any CPU" /p:TargetFrameworkVersion=4.5.2 /p:DefineConstants=NET40 $( MSBUILD_REBUILD )
8585 editbin /STACK:0x800000 bin\R elease\D ParserCOMServer\D ParserCOMServer.exe
8686
8787dparser_test :
@@ -94,18 +94,20 @@ fake_dparser:
9494 if not exist bin\R elease\D ParserCOMServer\D ParserCOMServer.exe echo dummy > bin\R elease\D ParserCOMServer\D ParserCOMServer.exe
9595 if not exist bin\R elease\D ParserCOMServer\D _Parser.dll echo dummy > bin\R elease\D ParserCOMServer\D _Parser.dll
9696
97+ MSBUILD_REBUILD = /verbosity:quiet /t:Rebuild
98+
9799vdextension :
98- cd vdextensions && $(MSBUILD ) vdextensions.csproj /p:Configuration=Release; Platform=AnyCPU /t:Rebuild
100+ cd vdextensions && $(MSBUILD ) vdextensions.csproj /p:Configuration=Release; Platform=AnyCPU $( MSBUILD_REBUILD )
99101
100102vdext15 :
101- cd vdextensions && $(MSBUILD ) vdext15.csproj /p:Configuration=Release; Platform=AnyCPU /t:Rebuild
103+ cd vdextensions && $(MSBUILD ) vdext15.csproj /p:Configuration=Release; Platform=AnyCPU $( MSBUILD_REBUILD )
102104
103105visualdwizard :
104- cd vdwizard && $(MSBUILD ) VisualDWizard.csproj /p:Configuration=Release; Platform=AnyCPU /t:Rebuild
106+ cd vdwizard && $(MSBUILD ) VisualDWizard.csproj /p:Configuration=Release; Platform=AnyCPU $( MSBUILD_REBUILD )
105107
106108dbuild12 :
107109# cd msbuild\dbuild && devenv /Build "Release|AnyCPU" /Project "dbuild" dbuild.sln
108- cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release;Platform=AnyCPU /t:Rebuild
110+ cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release;Platform=AnyCPU $(MSBUILD_REBUILD)
109111
110112fake_dbuild12 :
111113 if not exist msbuild\d build\o bj\r elease\n ul md msbuild\d build\o bj\r elease
@@ -114,7 +116,7 @@ fake_dbuild12:
114116
115117dbuild14 :
116118# cd msbuild\dbuild && devenv /Build "Release-v14|AnyCPU" /Project "dbuild" dbuild.sln
117- cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v14;Platform=AnyCPU /t:Rebuild
119+ cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v14;Platform=AnyCPU $(MSBUILD_REBUILD)
118120
119121fake_dbuild14 :
120122 if not exist msbuild\d build\o bj\r elease-v14\n ul md msbuild\d build\o bj\r elease-v14
@@ -123,7 +125,7 @@ fake_dbuild14:
123125
124126dbuild15 :
125127# cd msbuild\dbuild && devenv /Build "Release-v15|AnyCPU" /Project "dbuild" dbuild.sln
126- cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v15;Platform=AnyCPU /t:Rebuild
128+ cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v15;Platform=AnyCPU $(MSBUILD_REBUILD)
127129
128130fake_dbuild15 :
129131 if not exist msbuild\d build\o bj\r elease-v15\n ul md msbuild\d build\o bj\r elease-v15
@@ -132,65 +134,65 @@ fake_dbuild15:
132134
133135dbuild16 :
134136# cd msbuild\dbuild && devenv /Build "Release-v16|AnyCPU" /Project "dbuild" dbuild.sln
135- cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v16;Platform=AnyCPU /t:Rebuild
137+ cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v16;Platform=AnyCPU $(MSBUILD_REBUILD)
136138
137139dbuild16_1 :
138140# cd msbuild\dbuild && devenv /Build "Release-v16_1|AnyCPU" /Project "dbuild" dbuild.sln
139- cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v16_1;Platform=AnyCPU /t:Rebuild
141+ cd msbuild\dbuild && $(MSBUILD) dbuild.csproj /p:Configuration=Release-v16_1;Platform=AnyCPU $(MSBUILD_REBUILD)
140142
141143dbuild17 :
142- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17; Platform=AnyCPU /t:Rebuild
144+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17; Platform=AnyCPU $( MSBUILD_REBUILD )
143145
144146dbuild17_0 :
145- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_0; Platform=AnyCPU /t:Rebuild
147+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_0; Platform=AnyCPU $( MSBUILD_REBUILD )
146148
147149dbuild17_1 :
148- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_1; Platform=AnyCPU /t:Rebuild
150+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_1; Platform=AnyCPU $( MSBUILD_REBUILD )
149151
150152dbuild17_2 :
151- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_2; Platform=AnyCPU /t:Rebuild
153+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_2; Platform=AnyCPU $( MSBUILD_REBUILD )
152154
153155dbuild17_3 :
154- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_3; Platform=AnyCPU /t:Rebuild
156+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_3; Platform=AnyCPU $( MSBUILD_REBUILD )
155157
156158dbuild17_4 :
157- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_4; Platform=AnyCPU /t:Rebuild
159+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_4; Platform=AnyCPU $( MSBUILD_REBUILD )
158160
159161dbuild17_5 :
160- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_5; Platform=AnyCPU /t:Rebuild
162+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_5; Platform=AnyCPU $( MSBUILD_REBUILD )
161163
162164dbuild17_6 :
163- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_6; Platform=AnyCPU /t:Rebuild
165+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_6; Platform=AnyCPU $( MSBUILD_REBUILD )
164166
165167dbuild17_7 :
166- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_7; Platform=AnyCPU /t:Rebuild
168+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_7; Platform=AnyCPU $( MSBUILD_REBUILD )
167169
168170dbuild17_8 :
169- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_8; Platform=AnyCPU /t:Rebuild
171+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_8; Platform=AnyCPU $( MSBUILD_REBUILD )
170172
171173dbuild17_9 :
172- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_9; Platform=AnyCPU /t:Rebuild
174+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_9; Platform=AnyCPU $( MSBUILD_REBUILD )
173175
174176dbuild17_10 :
175- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_10; Platform=AnyCPU /t:Rebuild
177+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_10; Platform=AnyCPU $( MSBUILD_REBUILD )
176178
177179dbuild17_11 :
178- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_11; Platform=AnyCPU /t:Rebuild
180+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_11; Platform=AnyCPU $( MSBUILD_REBUILD )
179181
180182dbuild17_12 :
181- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_12; Platform=AnyCPU /t:Rebuild
183+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_12; Platform=AnyCPU $( MSBUILD_REBUILD )
182184
183185dbuild17_13 :
184- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_13; Platform=AnyCPU /t:Rebuild
186+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_13; Platform=AnyCPU $( MSBUILD_REBUILD )
185187
186188dbuild17_14 :
187- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_14; Platform=AnyCPU /t:Rebuild
189+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v17_14; Platform=AnyCPU $( MSBUILD_REBUILD )
188190
189191dbuild17_all : dbuild17_0 dbuild17_1 dbuild17_2 dbuild17_3 dbuild17_4 dbuild17_5 dbuild17_6 dbuild17_7 \
190192 dbuild17_8 dbuild17_9 dbuild17_10 dbuild17_11 dbuild17_12 dbuild17_13 dbuild17_14
191193
192194dbuild18_0 :
193- cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v18_0; Platform=AnyCPU /t:Rebuild
195+ cd msbuild\d build && $(MSBUILD ) dbuild.csproj /p:Configuration=Release-v18_0; Platform=AnyCPU $( MSBUILD_REBUILD )
194196
195197dbuild18_all : dbuild18_0
196198
0 commit comments