aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-13 05:29:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-13 05:29:53 +0000
commit353823a2df6ebe9a9a9656c923aa5cc637932361 (patch)
tree553e06cc1e986899db360b4bf1d9f0ab44e25a02 /Makefile.nmake
parenta711905c4c22f0c233efdb3b6b4630ba9e14c9bf (diff)
Minor tweek for GTK3
svn path=/trunk/; revision=44887
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index a81b4f77e4..305664b94d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1228,8 +1228,11 @@ install-all: install-generated-files
!ENDIF
cd $(INSTALL_DIR)
peflags --dynamicbase=true --nxcompat=true *.dll
+!IF "$(GTK_INST_VERSION)" == "3.4"
+!ELSE
peflags --dynamicbase=true --nxcompat=true lib/gtk-2.0/*/engines/*.dll
peflags --dynamicbase=true --nxcompat=true lib/gtk-2.0/modules/*.dll
+!ENDIF
cd ..
checkapi_local: