From ba485a4163b226be0572cd3b5ed312c9c47e4368 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 16 Sep 2008 21:08:18 +0000 Subject: 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 --- packaging/u3/tools/makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/u3/tools/makefile.nmake b/packaging/u3/tools/makefile.nmake index 241daf8a63..babf72bee0 100644 --- a/packaging/u3/tools/makefile.nmake +++ b/packaging/u3/tools/makefile.nmake @@ -29,7 +29,7 @@ libgcrypt-11.dll libgpg-error-0.dll: $(GNUTLS_DIR)\bin\$@ $(COPY) $(GNUTLS_DIR)\bin\$@ $@ clean: - rm -rf utest.exe *.obj + rm -rf utest.exe *.obj *.manifest rm -rf libgcrypt-11.dll libgpg-error-0.dll rm -rf state nodeid rm -rf *~ *.*~ -- cgit v1.2.3