-
Notifications
You must be signed in to change notification settings - Fork 336
/
Copy pathpp_build_exe.args
55 lines (55 loc) · 1.99 KB
/
pp_build_exe.args
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
6AAA
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#------------------------------------------------------------------------------
# File: pp_build_exe.args
#
# Description: Arguments for building stand-alone Windows executable
#
# Created: 2006-11-22 - P. Harvey
#
# Requires: The PAR (Perl Archive) module must be installed
#
# Checklist: [now automated by "publish_windows" script]
#
# 1) Build tag lookup: "./build_tag_lookup".
# 2) Set exiftool version number in "-T" and --info lines below.
# 3) Add any new modules to the list below.
# 4) Make sure "windows_exiftool" is up to date.
# 5) Back up "exiftool" and "cp windows_exiftool exiftool".
# 6) In a "cmd.exe" window, type "pp @pp_build_exe.args".
# 7) Change back to Unix shell and restore original "exiftool".
# 8) Rename "exiftool.exe" to "exiftool(-k).exe".
# 9) Create a .zip archive: "zip exiftool-#.##.zip exiftool\(-k\).exe".
# 10) Copy zip archive to web servers.
# 11) Update zip file version in link and text of html/index.html.
#------------------------------------------------------------------------------
-T exiftool-12.99p
#--info=FileVersion=12.9.9.0
#--info=ProductVersion=12.9.9.0
##"--info=Build Date=2024:10:10 16:54:18-04:00"
##"--info=Bundled Perl Version=ActivePerl 5.24.0"
##"--info=LegalCopyright=Copyright (c) 2003-2024, Phil Harvey"
##"--info=ProductName=ExifTool"
##"--info=Comments=ExifTool EXE for Windows"
##"--info=Home Page=https://exiftool.org/"
##"--info=CompanyName=Phil Harvey"
##"--info=OriginalFilename=exiftool(-k).exe"
##"--info=InternalName=ExifTool"
##"--info=FileDescription=Read and Write meta information"
-o exiftool.exe -I lib
-M Archive::Zip
-M Compress::Zlib
-M Digest::MD5
-M Digest::SHA
-M IO::Compress::Bzip2
-M Time::HiRes
-M Time::Piece
-M IO::Compress::RawDeflate
-M IO::Uncompress::RawInflate
-M IO::Compress::Brotli
-M IO::Uncompress::Brotli
-M IO::String
-M Win32::API
-M Win32::FindFile
-M Win32API::File
-M Encode
exiftool
# end