Wireshark-commits: [Wireshark-commits] master ea46a44: NSIS: Move definitions to their own file.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Jan 2015 19:01:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea46a44f67eed8081379a81911dc069478429201
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea46a44 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    NSIS: Move definitions to their own file.
    
    Convert the pile-o-makensis-flags to a pile-o-sed-commands which creates
    a "config.nsh" file. This should hopefully make it easier to port the
    "packaging" target to CMake.
    
    Change-Id: I439fea5721c5b209a753044a8e9e8ac6fc5291c3
    Reviewed-on: https://code.wireshark.org/review/6345
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a70929c   CMake: Add an ENABLE_CODE_ANALYSIS option.
    adds  ea46a44   NSIS: Move definitions to their own file.


Summary of changes:
 packaging/nsis/Makefile.am    |    1 +
 packaging/nsis/Makefile.nmake |  179 ++++++++++++++++++++---------------------
 packaging/nsis/common.nsh     |    2 +
 packaging/nsis/config.nsh.in  |  103 ++++++++++++++++++++++++
 4 files changed, 195 insertions(+), 90 deletions(-)
 create mode 100644 packaging/nsis/config.nsh.in