URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ee738bb88854157dbfc84822fb9ebe96166d92c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
4ee738b by Orgad Shaneh (orgads@xxxxxxxxx):
MSVC: Fix opting out of libraries
When *_DIR variables are defined (even if empty), nmake tries
to build them and fails.
Don't set them at all if not configured to.
Change-Id: I3825c16f26e45a1a3fc489633084a074838f8c34
(cherry picked from commit 734e4083c9bd18a15451691ee5967f14a4c4019d)
Reviewed-on: https://code.wireshark.org/review/6360
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from fe0f0c8 [Automatic manuf, services and enterprise-numbers update for 2015-03-08]
adds 4ee738b MSVC: Fix opting out of libraries
Summary of changes:
Makefile.nmake | 4 ++++
config.nmake | 16 ----------------
2 files changed, 4 insertions(+), 16 deletions(-)