forked from bombomby/optick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PrepareVersion.cmd
15 lines (14 loc) · 950 Bytes
/
PrepareVersion.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
xcopy /Y Release\Win32\EasyHook32.dll ..\publish\EasyHook32.dll
xcopy /Y Release\Win32\ProfilerCore32.dll ..\publish\ProfilerCore32.dll
xcopy /Y Release\Win32\ProfilerCore32.lib ..\publish\ProfilerCore32.lib
xcopy /Y Release\Win32\ProfilerCore32.pdb ..\publish\ProfilerCore32.pdb
xcopy /Y Release\Win32\ProfilerTest32.exe ..\publish\ProfilerTest32.exe
xcopy /Y Release\Win32\ProfilerTest32.pdb ..\publish\ProfilerTest32.pdb
xcopy /Y Release\x64\EasyHook64.dll ..\publish\EasyHook64.dll
xcopy /Y Release\x64\ProfilerCore64.dll ..\publish\ProfilerCore64.dll
xcopy /Y Release\x64\ProfilerCore64.lib ..\publish\ProfilerCore64.lib
xcopy /Y Release\x64\ProfilerCore64.pdb ..\publish\ProfilerCore64.pdb
xcopy /Y Release\x64\ProfilerTest64.exe ..\publish\ProfilerTest64.exe
xcopy /Y Release\x64\ProfilerTest64.pdb ..\publish\ProfilerTest64.pdb
xcopy /Y Release\x64\Brofiler.exe ..\publish\Brofiler.exe
xcopy /Y ProfilerCore\Brofiler.h ..\publish\Brofiler.h