Wireshark-commits: [Wireshark-commits] master 621dbdd: Windows build improvements:

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Dec 2014 20:12:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=621dbdd28a5f4b9223aeb9ce8c4b7ff1f4562191
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

621dbdd by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    Windows build improvements:
    
      Added /Zo flag for VS2013 builds to add more debugging info
      Removed obsolete comment on unused /GS flag and obsolete
       /FR flag.
      Removed '#ifdef WIRESHARK_GENERATE_BSC_FILE' and related
       (which specified the obsolete /FR flag).
      Added /RELEASE flag to linker to set checksum in PE header
      Fixed an old typo.
      CMake added /INCREMENTAL:NO flag to linker to overide default
      and prevent warning messages.
    
    Change-Id: I039b884657d2886acc273dc6dd099d07a7b8ec7d
    Reviewed-on: https://code.wireshark.org/review/6110
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  71fe134   rtsp: Fix (what I think may be) a minor bug.
    adds  621dbdd   Windows build improvements:


Summary of changes:
 CMakeLists.txt |    9 ++++++++-
 config.nmake   |   28 +++++++++-------------------
 2 files changed, 17 insertions(+), 20 deletions(-)