Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versions
authorGerald Combs <gerald@wireshark.org>
Tue, 16 Sep 2008 21:08:18 +0000 (21:08 -0000)
committerGerald Combs <gerald@wireshark.org>
Tue, 16 Sep 2008 21:08:18 +0000 (21:08 -0000)
commitba485a4163b226be0572cd3b5ed312c9c47e4368
tree01b34772995fbc2a9326a238bfd50bb195063656
parent98fd7b71dfc0b8e34862c57b77c30168907520d4
Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versions
of Visual C++. (How did this "feature" ever see the light of day?) Make
sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with
building a usable installer under Visual Studio 2008 SP1.

Add comments with links to Visual C++'s idiotic handling of assemblies
and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove
all of our manifests in epan and packaging/u3/tools.

svn path=/trunk/; revision=26219
Makefile.nmake
config.nmake
epan/Makefile.nmake
gtk/Makefile.nmake
packaging/u3/tools/makefile.nmake