Clone
ixen <ixen@copyhandler.com>
committed
on 25 Sep 12
Build script will try to sign all executables by default (including installer executable).
LoggerImprovements + 5 more
readme.scripts.txt (+3 -0)
1 1 The scripts/ directory contains scripts aiding with releasing new Copy Handler versions.
2 2
3 3 Scripts requirements:
4 4 - ActivePerl (for tagging debug symbols with source server information)
5 5 - Subversion client (command line) with svnversion script
6 6 - Debugging tools for Windows (symstore)
7 7 - 7zip (packaging)
8 8 - InnoSetup + Preprocessor pack
9 9
10 10 Notes:
11 11 1. Those requirements does not include the dependencies required by the build process, which must also be met.
12 12 2. All tools must be available in %PATH
13 13 3. Scripts should be called/executed from the scripts/ directory.
  14 4. By default the build&release script will try to sign the executables with the certificate installed on the system
  15    (tries to detect automatically the certificate). For most people this part is not necessary and can be disabled
  16    by setting an environment variable SKIPCHSIGNING to 1.