]> git.sesse.net Git - vlc/commitdiff
Win32: don't rebase UAC.dll
authorEric Lassauge <gozer@progrock.com>
Wed, 10 Mar 2010 17:32:34 +0000 (18:32 +0100)
committerGeoffroy Couprie <geal@videolan.org>
Wed, 10 Mar 2010 17:35:44 +0000 (18:35 +0100)
Signed-off-by: Geoffroy Couprie <geal@videolan.org>
Makefile.am
extras/package/win32/vlc.win32.nsi.in

index a87e20845d8dc8c73e3f1b52952fd4081762bca0..355d8d34ce853e2614fbc8c1b792c281a0f74cb5 100644 (file)
@@ -727,10 +727,6 @@ package-win-common:
        mkdir -p $(win32_destdir)/locale/qt4/
        cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true
 
-# Copy the UAC NSIS plugin
-       cp "$(srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/"
-       cp "$(srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/"
-
 #  Mozilla plugin
 if BUILD_MOZILLA
        mkdir -p "$(win32_destdir)/mozilla"
@@ -753,6 +749,11 @@ endif
                find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
        fi
 
+# Copy the UAC NSIS plugin
+       mkdir -p "$(win32_destdir)/NSIS"
+       cp "$(top_srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/NSIS"
+       cp "$(top_srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/NSIS"
+
 package-win32-xpi: package-win-common-strip
        mkdir -p "$(win32_xpi_destdir)/plugins"
        cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)"
index 6798b4834c8525086893e79de237fbc729fdb87e..051b3879663f48204696cee6ded615ef57f44617 100644 (file)
@@ -49,8 +49,8 @@ InstType $Name_InstTypeMinimum
 InstType $Name_InstTypeFull
 
 RequestExecutionLevel user
-!addincludedir .
-!addplugindir .
+!addincludedir NSIS
+!addplugindir NSIS
 !include UAC.nsh
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;