forked from bombomby/optick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStep1_PrepareVersion.cmd
28 lines (20 loc) · 1.43 KB
/
Step1_PrepareVersion.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
call PrepareVersionExt.cmd
xcopy /Y .\Bin\Release\x64\*.* .\Publish\
xcopy /Y .\BrofilerCore\Brofiler.h .\Publish\Include\
xcopy /Y .\Bin\vs2010\x32\Debug\brofilercore.* .\Publish\Lib\vs2010\x86\debug\
xcopy /Y .\Bin\vs2010\x32\Release\brofilercore.* .\Publish\Lib\vs2010\x86\release\
xcopy /Y .\Bin\vs2010\x64\Debug\brofilercore.* .\Publish\Lib\vs2010\x64\debug\
xcopy /Y .\Bin\vs2010\x64\Release\brofilercore.* .\Publish\Lib\vs2010\x64\release\
xcopy /Y .\Bin\vs2012\Native\Debug\libBrofilerCore.* .\Publish\Lib\vs2012\orbis\debug\
xcopy /Y .\Bin\vs2012\Native\Release\libBrofilerCore.* .\Publish\Lib\vs2012\orbis\release\
xcopy /Y .\Bin\vs2012\x32\Debug\brofilercore.* .\Publish\Lib\vs2012\x86\debug\
xcopy /Y .\Bin\vs2012\x32\Release\brofilercore.* .\Publish\Lib\vs2012\x86\release\
xcopy /Y .\Bin\vs2012\x64\Debug\brofilercore.* .\Publish\Lib\vs2012\x64\debug\
xcopy /Y .\Bin\vs2012\x64\Release\brofilercore.* .\Publish\Lib\vs2012\x64\release\
xcopy /Y .\Bin\vs2015\Native\Debug\libBrofilerCore.* .\Publish\Lib\vs2015\orbis\debug\
xcopy /Y .\Bin\vs2015\Native\Release\libBrofilerCore.* .\Publish\Lib\vs2015\orbis\release\
xcopy /Y .\Bin\vs2015\x32\Debug\brofilercore.* .\Publish\Lib\vs2015\x86\debug\
xcopy /Y .\Bin\vs2015\x32\Release\brofilercore.* .\Publish\Lib\vs2015\x86\release\
xcopy /Y .\Bin\vs2015\x64\Debug\brofilercore.* .\Publish\Lib\vs2015\x64\debug\
xcopy /Y .\Bin\vs2015\x64\Release\brofilercore.* .\Publish\Lib\vs2015\x64\release\