From 5410fab0804041094a130f845839d5b273300ace Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 1 May 2014 10:56:27 -0400 Subject: Add a comment re certain variables beibg defined in win32.mak. Change-Id: I9246a1786a5bf8c48744378f25a66f6881caed81 Reviewed-on: https://code.wireshark.org/review/1459 Reviewed-by: Bill Meier --- Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index 77e66a9db3..e930f809b3 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -315,7 +315,7 @@ $(RESOURCES): image ## Note: The proper "SUBSYSTEM" link option to be used for linking each of the Wireshark executables ## is specified in '$(guiflags)' or '$(conflags)' as used as part of the link options. -## (These variables are defined in win32.mak). +## (These variables (as well as '$(guilibsdll)' and '$(conlibsdll)') are defined in win32.mak). filetap\filetap-$(FTAP_VERSION).lib: image $(ZLIB_DLL) filetap wiretap\wiretap-$(WTAP_VERSION).lib: image $(ZLIB_DLL) wiretap -- cgit v1.2.1