Ah, OK. I use PAR with the following arguments file to build the
executable for Windows. This produces an executable package
as I said, and doesn't actually compile anything:
CPAN::Forum
Image-ExifTool - Re: compiling Exitool
| Posted on Thu Jun 7 14:15:36 2007 by exiftool in response to 5344 (See the whole thread of 19) |
| Re: compiling Exitool |
|
Ah, OK. I use PAR with the following arguments file to build the
executable for Windows. This produces an executable package
as I said, and doesn't actually compile anything: #------------------------------------------------------------------------------
# File: pp_build_exe.args
#
# Description: Arguments for building stand-along Windows executable
#
# Revisions: 2006-11-22 - P. Harvey Created
#
# Requires: The PAR (Perl Archive) module must be installed
#
# Checklist: 1) Build tag lookup: "./build_tag_lookup".
# 2) Set exiftool version number in "-T" line 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-6.91
-o exiftool.exe -I lib
-M Image::ExifTool::AFCP
-M Image::ExifTool::AIFF
-M Image::ExifTool::APE
-M Image::ExifTool::APP12
-M Image::ExifTool::ASF
-M Image::ExifTool::BMP
-M Image::ExifTool::BuildTagLookup
-M Image::ExifTool::Canon
-M Image::ExifTool::CanonCustom
-M Image::ExifTool::CanonRaw
-M Image::ExifTool::CanonVRD
-M Image::ExifTool::Casio
-M Image::ExifTool::DICOM
-M Image::ExifTool::DNG
-M Image::ExifTool::Exif
-M Image::ExifTool::Fixup
-M Image::ExifTool::FLAC
-M Image::ExifTool::Flash
-M Image::ExifTool::FlashPix
-M Image::ExifTool::FotoStation
-M Image::ExifTool::FujiFilm
-M Image::ExifTool::GeoTiff
-M Image::ExifTool::GIF
-M Image::ExifTool::GPS
-M Image::ExifTool::HP
-M Image::ExifTool::HTML
-M Image::ExifTool::HtmlDump
-M Image::ExifTool::ICC_Profile
-M Image::ExifTool::ID3
-M Image::ExifTool::IPTC
-M Image::ExifTool::JPEG
-M Image::ExifTool::Jpeg2000
-M Image::ExifTool::JVC
-M Image::ExifTool::Kodak
-M Image::ExifTool::KyoceraRaw
-M Image::ExifTool::Leaf
-M Image::ExifTool::MakerNotes
-M Image::ExifTool::MIE
-M Image::ExifTool::MIFF
-M Image::ExifTool::Minolta
-M Image::ExifTool::MinoltaRaw
-M Image::ExifTool::MNG
-M Image::ExifTool::MPC
-M Image::ExifTool::MPEG
-M Image::ExifTool::Nikon
-M Image::ExifTool::NikonCapture
-M Image::ExifTool::Olympus
-M Image::ExifTool::Panasonic
-M Image::ExifTool::PDF
-M Image::ExifTool::Pentax
-M Image::ExifTool::PhotoMechanic
-M Image::ExifTool::Photoshop
-M Image::ExifTool::PICT
-M Image::ExifTool::PNG
-M Image::ExifTool::PostScript
-M Image::ExifTool::PPM
-M Image::ExifTool::PrintIM
-M Image::ExifTool::QuickTime
-M Image::ExifTool::Real
-M Image::ExifTool::Ricoh
-M Image::ExifTool::RIFF
-M Image::ExifTool::Sanyo
-M Image::ExifTool::Shortcuts
-M Image::ExifTool::Sigma
-M Image::ExifTool::SigmaRaw
-M Image::ExifTool::Sony
-M Image::ExifTool::TagLookup
-M Image::ExifTool::Unknown
-M Image::ExifTool::Vorbis
-M Image::ExifTool::XMP
-M Image::File::RandomAccess
-M Image/ExifTool/Shift.pl
-M Image/ExifTool/WriteCanonRaw.pl
-M Image/ExifTool/WriteExif.pl
-M Image/ExifTool/WriteID3.pl
-M Image/ExifTool/WriteIPTC.pl
-M Image/ExifTool/WritePhotoshop.pl
-M Image/ExifTool/WritePNG.pl
-M Image/ExifTool/WritePostScript.pl
-M Image/ExifTool/Writer.pl
-M Image/ExifTool/WriteXMP.pl
exiftool
- Phil |
| Direct Responses: 5347 | Write a response |
(6)
]