Commit 5111521d authored by Eric Lassauge's avatar Eric Lassauge Committed by Geoffroy Couprie

Win32: don't rebase UAC.dll

Signed-off-by: default avatarGeoffroy Couprie <geal@videolan.org>
parent d49a3263
...@@ -727,10 +727,6 @@ package-win-common: ...@@ -727,10 +727,6 @@ package-win-common:
mkdir -p $(win32_destdir)/locale/qt4/ mkdir -p $(win32_destdir)/locale/qt4/
cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true 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 # Mozilla plugin
if BUILD_MOZILLA if BUILD_MOZILLA
mkdir -p "$(win32_destdir)/mozilla" mkdir -p "$(win32_destdir)/mozilla"
...@@ -753,6 +749,11 @@ endif ...@@ -753,6 +749,11 @@ endif
find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \ find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
fi 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 package-win32-xpi: package-win-common-strip
mkdir -p "$(win32_xpi_destdir)/plugins" mkdir -p "$(win32_xpi_destdir)/plugins"
cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)" cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)"
......
...@@ -49,8 +49,8 @@ InstType $Name_InstTypeMinimum ...@@ -49,8 +49,8 @@ InstType $Name_InstTypeMinimum
InstType $Name_InstTypeFull InstType $Name_InstTypeFull
RequestExecutionLevel user RequestExecutionLevel user
!addincludedir . !addincludedir NSIS
!addplugindir . !addplugindir NSIS
!include UAC.nsh !include UAC.nsh
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment