-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopylicenses.bat
More file actions
executable file
·55 lines (36 loc) · 1.77 KB
/
copylicenses.bat
File metadata and controls
executable file
·55 lines (36 loc) · 1.77 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
echo
echo.
echo.
echo This will copy licene and other important doxuments to their intended places.
set dirorig=.
set diriglib=.\igbase
set dirigforms=.\igforms
set dirplot2d=.\extensions\igplot2d\plot2d
set dirplot3d=.\extensions\igplot3d\plot3d
set dirext=.\extensions\iglibext
set dirneural=.\extensions\iglibneural\neural
set dirneuralext=.\extensions\iglibneural\neural_ext
copy /y %dirorig%\ReadMe_IGLib.html %diriglib%
copy /y %dirorig%\License_IGLib_Partner.html %diriglib%
copy /y %dirorig%\License_IGLib_Redistributable.html %diriglib%
copy /y %dirorig%\ReadMe_IGLib.html %dirigforms%
copy /y %dirorig%\License_IGLib_Partner.html %dirigforms%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirigforms%
copy /y %dirorig%\ReadMe_IGLib.html %dirplot2d%
copy /y %dirorig%\License_IGLib_Partner.html %dirplot2d%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirplot2d%
copy /y %dirorig%\ReadMe_IGLib.html %dirplot3d%
copy /y %dirorig%\License_IGLib_Partner.html %dirplot3d%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirplot3d%
copy /y %dirorig%\ReadMe_IGLib.html %dirext%
copy /y %dirorig%\License_IGLib_Partner.html %dirext%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirext%
copy /y %dirorig%\ReadMe_IGLib.html %dirneural%
copy /y %dirorig%\License_IGLib_Partner.html %dirneural%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirneural%
copy /y %dirorig%\ReadMe_IGLib.html %dirneural%
copy /y %dirorig%\License_IGLib_Partner.html %dirneural%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirneural%
copy /y %dirorig%\ReadMe_IGLib.html %dirneuralext%
copy /y %dirorig%\License_IGLib_Partner.html %dirneuralext%
copy /y %dirorig%\License_IGLib_Redistributable.html %dirneuralext%