forked from Exiv2/exiv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update script cmd64.bat following review by @tester0077
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01b95de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
01b95de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With Exiv2 v0.27.4 RC1 and later, you won't need cmd64.bat (unless you want it). All the bash code has been removed from the test harness.
Before this, you needed bash (and make) to execute the test harness. cmd64.bat sets up the path correctly for testing msvc builds from cmd.exe. So, you can forget about it.
I'm curious to hear about your experience with vcpkg. I haven't used that yet. I've decided that v0.27.4 will be the final release for which we will provide binary builds. From Exiv2 v1.00, users should use a package manager or build from source. Exiv2#1521
01b95de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, you get an acknowledgment in the release notes for Exiv2 v0.27.4: Exiv2#1018 (comment)
01b95de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.