Wireshark-commits: [Wireshark-commits] rev 46147: /trunk/ /trunk/: CMakeLists.txt
Date: Thu, 22 Nov 2012 18:19:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46147

User: guy
Date: 2012/11/22 10:19 AM

Log:
 We don't need Cocoa or Core Services for anything.
 
 What we *do* need is:
 
 	the Application Services framework, for GUI applications;
 
 	System Configuration, for anything that would try to get
 	interface friendly names;
 
 	Core Foundation for everything that uses either of those and/or
 	everything that displays system version information.
 
 We're currently assuming that the only Apple platform on which we build
 is OS X, in which case we have the OS X frameworks; update a comment.
 
 cfutils.c is part of WIRESHARK_COMMON_SRC, which is included in
 tshark_FILES; it doesn't need to be included in tshark_FILES.

Directory: /trunk/
  Changes    Path              Action
  +7 -7      CMakeLists.txt    Modified