add experimental support for some more of the MSVC_VARIANTs:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jan 2007 01:05:59 +0000 (01:05 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jan 2007 01:05:59 +0000 (01:05 +0000)
commit2c683d312bf8fc09b6ea2339dbc2c753615c95d1
tree1393db5b43d5455acac2c4155df60e059c8d0317
parentf311631d854b4548eca28aace4085271e41451a5
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 :-)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20332 f5534014-38df-0310-8fa8-9805f1628bb7
config.nmake
plugins/asn1/Makefile.nmake
plugins/mate/Makefile.nmake
plugins/megaco/Makefile.nmake
plugins/mgcp/Makefile.nmake