You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Command>for /r "$(xrSdkDir)binaries/$(PlatformShortName)" %%f in (*.dll *.pdb) do @xcopy /Q /D "%%f" "$(OutDir)"</Command>
114
-
</PostBuildEvent>
115
-
<PostBuildEvent>
116
-
<Message>Copying the required libraries ...</Message>
117
-
</PostBuildEvent>
118
112
<PreBuildEvent>
119
113
<Command>where /q git
120
114
if errorlevel 1 (
121
-
echo git is not founded
115
+
echo git not found
122
116
goto :EOF
123
117
)
124
-
echo git is founded
118
+
echo git found
125
119
call .GitInfo.cmd</Command>
126
120
</PreBuildEvent>
121
+
<CustomBuildStep>
122
+
<Command>if not exist "$(OutDir)tbb_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_debug.dll" "$(OutDir)tbb_debug.dll"
123
+
if not exist "$(OutDir)tbb_preview_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_preview_debug.dll" "$(OutDir)tbb_preview_debug.dll"
124
+
if not exist "$(OutDir)tbbmalloc_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_debug.dll" "$(OutDir)tbbmalloc_debug.dll"
125
+
if not exist "$(OutDir)tbbmalloc_proxy_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_proxy_debug.dll" "$(OutDir)tbbmalloc_proxy_debug.dll"</Command>
<Command>for /r "$(xrSdkDir)binaries/$(PlatformShortName)" %%f in (*.dll *.pdb) do @xcopy /Q /D "%%f" "$(OutDir)"</Command>
138
-
<Message>Copying the required libraries ...</Message>
139
-
</PostBuildEvent>
140
139
<PreBuildEvent>
141
140
<Command>where /q git
142
141
if errorlevel 1 (
143
-
echo git is not founded
142
+
echo git not found
144
143
goto :EOF
145
144
)
146
-
echo git is founded
145
+
echo git found
147
146
call .GitInfo.cmd</Command>
148
147
</PreBuildEvent>
148
+
<CustomBuildStep>
149
+
<Command>if not exist "$(OutDir)tbb_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_debug.dll" "$(OutDir)tbb_debug.dll"
150
+
if not exist "$(OutDir)tbb_preview_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_preview_debug.dll" "$(OutDir)tbb_preview_debug.dll"
151
+
if not exist "$(OutDir)tbbmalloc_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_debug.dll" "$(OutDir)tbbmalloc_debug.dll"
152
+
if not exist "$(OutDir)tbbmalloc_proxy_debug.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_proxy_debug.dll" "$(OutDir)tbbmalloc_proxy_debug.dll"</Command>
<Command>for /r "$(xrSdkDir)binaries/$(PlatformShortName)" %%f in (*.dll *.pdb) do @xcopy /Q /D "%%f" "$(OutDir)"</Command>
161
-
</PostBuildEvent>
162
-
<PostBuildEvent>
163
-
<Message>Copying the required libraries ...</Message>
164
-
</PostBuildEvent>
165
167
<PreBuildEvent>
166
168
<Command>where /q git
167
169
if errorlevel 1 (
168
-
echo git is not founded
170
+
echo git not found
169
171
goto :EOF
170
172
)
171
-
echo git is founded
173
+
echo git found
172
174
call .GitInfo.cmd</Command>
173
175
</PreBuildEvent>
176
+
<CustomBuildStep>
177
+
<Command>if not exist "$(OutDir)tbb.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb.dll" "$(OutDir)tbb.dll"
178
+
if not exist "$(OutDir)tbb_preview.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_preview.dll" "$(OutDir)tbb_preview.dll"
179
+
if not exist "$(OutDir)tbbmalloc.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc.dll" "$(OutDir)tbbmalloc.dll"
180
+
if not exist "$(OutDir)tbbmalloc_proxy.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_proxy.dll" "$(OutDir)tbbmalloc_proxy.dll"</Command>
<Command>for /r "$(xrSdkDir)binaries/$(PlatformShortName)" %%f in (*.dll *.pdb) do @xcopy /Q /D "%%f" "$(OutDir)"</Command>
185
-
<Message>Copying the required libraries ...</Message>
186
-
</PostBuildEvent>
187
194
<PreBuildEvent>
188
195
<Command>where /q git
189
196
if errorlevel 1 (
190
-
echo git is not founded
197
+
echo git not found
191
198
goto :EOF
192
199
)
193
-
echo git is founded
200
+
echo git found
194
201
call .GitInfo.cmd</Command>
195
202
</PreBuildEvent>
203
+
<CustomBuildStep>
204
+
<Command>if not exist "$(OutDir)tbb.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb.dll" "$(OutDir)tbb.dll"
205
+
if not exist "$(OutDir)tbb_preview.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_preview.dll" "$(OutDir)tbb_preview.dll"
206
+
if not exist "$(OutDir)tbbmalloc.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc.dll" "$(OutDir)tbbmalloc.dll"
207
+
if not exist "$(OutDir)tbbmalloc_proxy.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_proxy.dll" "$(OutDir)tbbmalloc_proxy.dll"</Command>
<Command>for /r "$(xrSdkDir)binaries/$(PlatformShortName)" %%f in (*.dll *.pdb) do @xcopy /Q /D "%%f" "$(OutDir)"</Command>
207
-
</PostBuildEvent>
208
-
<PostBuildEvent>
209
-
<Message>Copying the required libraries ...</Message>
210
-
</PostBuildEvent>
211
221
<PreBuildEvent>
212
222
<Command>where /q git
213
223
if errorlevel 1 (
214
-
echo git is not founded
224
+
echo git not found
215
225
goto :EOF
216
226
)
217
-
echo git is founded
227
+
echo git found
218
228
call .GitInfo.cmd</Command>
219
229
</PreBuildEvent>
230
+
<CustomBuildStep>
231
+
<Command>if not exist "$(OutDir)tbb.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb.dll" "$(OutDir)tbb.dll"
232
+
if not exist "$(OutDir)tbb_preview.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_preview.dll" "$(OutDir)tbb_preview.dll"
233
+
if not exist "$(OutDir)tbbmalloc.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc.dll" "$(OutDir)tbbmalloc.dll"
234
+
if not exist "$(OutDir)tbbmalloc_proxy.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_proxy.dll" "$(OutDir)tbbmalloc_proxy.dll"</Command>
<Command>for /r "$(xrSdkDir)binaries/$(PlatformShortName)" %%f in (*.dll *.pdb) do @xcopy /Q /D "%%f" "$(OutDir)"</Command>
231
-
<Message>Copying the required libraries ...</Message>
232
-
</PostBuildEvent>
233
248
<PreBuildEvent>
234
249
<Command>where /q git
235
250
if errorlevel 1 (
236
-
echo git is not founded
251
+
echo git not found
237
252
goto :EOF
238
253
)
239
-
echo git is founded
254
+
echo git found
240
255
call .GitInfo.cmd</Command>
241
256
</PreBuildEvent>
257
+
<CustomBuildStep>
258
+
<Command>if not exist "$(OutDir)tbb.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb.dll" "$(OutDir)tbb.dll"
259
+
if not exist "$(OutDir)tbb_preview.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbb_preview.dll" "$(OutDir)tbb_preview.dll"
260
+
if not exist "$(OutDir)tbbmalloc.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc.dll" "$(OutDir)tbbmalloc.dll"
261
+
if not exist "$(OutDir)tbbmalloc_proxy.dll" copy /y "$(xrSdkDir)binaries\$(PlatformShortName)\tbbmalloc_proxy.dll" "$(OutDir)tbbmalloc_proxy.dll"</Command>
0 commit comments