-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy Libaries.bat
46 lines (31 loc) · 2 KB
/
Copy Libaries.bat
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
REM For this to work, you need palaso as a sibling of this project
set palaso=libpalaso
if NOT EXIST ..\%palaso% set palaso=palaso
xcopy /Y ..\%palaso%\output\debug\SIL.Core.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Core.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Core.Desktop.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Core.Desktop.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.DblBundle.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.DblBundle.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.DblBundle.Tests.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.DblBundle.Tests.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Scripture.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Scripture.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.TestUtilities.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.DblBundle.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.DblBundle.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.GeckoBrowserAdapter.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.GeckoBrowserAdapter.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.Keyboarding.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.Keyboarding.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.Scripture.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.Scripture.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.WritingSystems.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.Windows.Forms.WritingSystems.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.WritingSystems.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\SIL.WritingSystems.pdb lib\dotnet
xcopy /Y ..\%palaso%\output\debug\L10NSharp.dll lib\dotnet
xcopy /Y ..\%palaso%\output\debug\L10NSharp.pdb lib\dotnet
pause