Wireshark-commits: [Wireshark-commits] rev 20332: /trunk/ /trunk/plugins/asn1/: Makefile.nmake /tru

Date: Sat, 06 Jan 2007 01:06:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20332

User: ulfl
Date: 2007/01/06 01:06 AM

Log:
 add experimental support for some more of the MSVC_VARIANTs:
 - Microsoft .Net Framework SDK Version 1.1
 - Microsoft .Net Framework 2.0 SDK
 ... which seems to work fine now (except for the open problems like zlib) :-)
 
 Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.
 
 btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)

Directory: /trunk/plugins/asn1/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/plugins/mate/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/plugins/megaco/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/plugins/mgcp/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/
  Changes    Path            Action
  +17 -9     config.nmake    Modified