aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-17 10:37:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-17 10:37:21 +0000
commitbd24ad1cbe3051886645a2d488bb39e2d26e2ae5 (patch)
tree60e17ba6c1c42883757e89926693e8231ef0cfe6 /packaging/u3
parent43272f9435e91f59c66b40de544a772305d761c8 (diff)
Added $(GTK2_LIB_DIR)\loaders to some makefiles in an attempt to fix the
u3 and portableapp build. svn path=/trunk/; revision=24369
Diffstat (limited to 'packaging/u3')
-rw-r--r--packaging/u3/win32/makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/u3/win32/makefile.nmake b/packaging/u3/win32/makefile.nmake
index 85ba5e14b6..ad8b11d6a0 100644
--- a/packaging/u3/win32/makefile.nmake
+++ b/packaging/u3/win32/makefile.nmake
@@ -86,6 +86,7 @@ pack: distribution
!IFDEF UPX
-$(UPX) $(UPX_FLAGS) $(DEVICE)\plugins\$(VERSION)\*.dll
-$(UPX) $(UPX_FLAGS) $(HOST)\*.dll
+ -$(UPX) $(UPX_FLAGS) $(HOST)\lib\gtk-2.0\$(GTK2_LIB_DIR)\loaders\*.dll
-$(UPX) $(UPX_FLAGS) $(HOST)\lib\gtk-2.0\$(GTK2_LIB_DIR)\immodules\*.dll
-$(UPX) $(UPX_FLAGS) $(HOST)\$(GTK_WIMP_DLLDST_DIR)\*.dll
-$(UPX) $(UPX_FLAGS) $(HOST)\[a-z]*.exe