aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-12-28 22:37:38 +0000
committerGerald Combs <gerald@wireshark.org>2011-12-28 22:37:38 +0000
commit5ce69a04459944479dde99b742c4c5941c6d2079 (patch)
tree53847193b74638c79e4a26cb9dc0f9fee7433d6f /Makefile.nmake
parentc9681dcb26fb9980a3bf74d43b5b7ce7944af1f4 (diff)
Simplify wireshark.nsi a bit by copying DLLs from the wireshark-gtk2
directory. This picks up any DEP/ASLR-related changes. Run peflags on more DLLs. svn path=/trunk/; revision=40317
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 57c2d85f90..0c5a752668 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1117,6 +1117,8 @@ install-all: install-generated-files
!ENDIF
cd $(INSTALL_DIR)
peflags --dynamicbase=true --nxcompat=true *.dll
+ peflags --dynamicbase=true --nxcompat=true lib/gtk-2.0/*/engines/*.dll
+ peflags --dynamicbase=true --nxcompat=true lib/gtk-2.0/modules/*.dll
cd ..
checkapi_local: