File: updater.bat

package info (click to toggle)
exiv2 0.24-4.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,904 kB
  • ctags: 7,389
  • sloc: cpp: 65,740; sh: 10,246; ansic: 1,622; makefile: 654; python: 210; awk: 92; sed: 16; perl: 5
file content (36 lines) | stat: -rw-r--r-- 2,707 bytes parent folder | download | duplicates (3)
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
@echo off
set F=..\..\
set T=..\..\..\gnu.master\
set X=exiv2\msvc\runner.txt                            && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\updater.bat                           && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\cleaner.bat                           && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\editor.bat                            && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\test.jpg                              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\test.png                              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exiv2.sln                             && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exiv2+organize.sln                    && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\addmoddel\addmoddel.vcproj            && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exifcomment\exifcomment.vcproj        && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exifdata-test\exifdata-test.vcproj    && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exifprint\exifprint.vcproj            && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exiv2\exiv2.vcproj                    && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exiv2lib\exiv2lib.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\exivsimple\exivsimple.vcproj          && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\iotest\iotest.vcproj                  && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\iptceasy\iptceasy.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\iptcprint\iptcprint.vcproj            && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\iptctest\iptctest.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\largeiptc-test\largeiptc-test.vcproj  && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\metacopy\metacopy.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\prevtest\prevtest.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\organize\organize.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\stringto-test\stringto-test.vcproj    && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\taglist\taglist.vcproj                && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\utiltest\utiltest.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\write-test\write-test.vcproj          && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\write2-test\write2-test.vcproj        && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\xmpparse\xmpparse.vcproj              && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\xmpparser-test\xmpparser-test.vcproj  && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\xmpsample\xmpsample.vcproj            && copy/y "%F%%X%" "%T%%X%"
set X=exiv2\msvc\xmpsdk\xmpsdk.vcproj                  && copy/y "%F%%X%" "%T%%X%"