-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcopyall.bat
More file actions
30 lines (24 loc) · 1.41 KB
/
copyall.bat
File metadata and controls
30 lines (24 loc) · 1.41 KB
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
27
28
29
30
@REM mvtools2
xcopy Sources\x64\Release\mvtools2.dll out\x64\MSVC\ /y
xcopy Sources\x64\Release_v141_xp\mvtools2.dll out\x64\MSVC_XP\ /y
xcopy Sources\x64\Rel_Clang\mvtools2.dll out\x64\ClangCL\ /y
xcopy Sources\x64\IntelCpp\mvtools2.dll out\x64\IntelCpp\ /y
xcopy Sources\Win32\Release\mvtools2.dll out\Win32\MSVC\ /y
xcopy Sources\Win32\Release_v141_xp\mvtools2.dll out\Win32\MSVC_XP\ /y
xcopy Sources\Win32\Rel_Clang\mvtools2.dll out\Win32\ClangCL\ /y
@REM depan
xcopy DePan\x64\Release\DePan.dll out\x64\MSVC\ /y
xcopy DePan\x64\Release_v141_xp\DePan.dll out\x64\MSVC_XP\ /y
xcopy DePan\x64\Rel_Clang\DePan.dll out\x64\ClangCL\ /y
xcopy DePan\x64\IntelCpp\DePan.dll out\x64\IntelCpp\ /y
xcopy DePan\Win32\Release\DePan.dll out\Win32\MSVC\ /y
xcopy DePan\Win32\Release_v141_xp\DePan.dll out\Win32\MSVC_XP\ /y
xcopy DePan\Win32\Rel_Clang\DePan.dll out\Win32\ClangCL\ /y
@REM depanestimate
xcopy DePanEstimate\x64\Release\DePanEstimate.dll out\x64\MSVC\ /y
xcopy DePanEstimate\x64\Release_v141_xp\DePanEstimate.dll out\x64\MSVC_XP\ /y
xcopy DePanEstimate\x64\Rel_Clang\DePanEstimate.dll out\x64\ClangCL\ /y
xcopy DePanEstimate\x64\IntelCpp\DePanEstimate.dll out\x64\IntelCpp\ /y
xcopy DePanEstimate\Win32\Release\DePanEstimate.dll out\Win32\MSVC\ /y
xcopy DePanEstimate\Win32\Release_v141_xp\DePanEstimate.dll out\Win32\MSVC_XP\ /y
xcopy DePanEstimate\Win32\Rel_Clang\DePanEstimate.dll out\Win32\ClangCL\ /y