Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5111521d
Commit
5111521d
authored
Mar 10, 2010
by
Eric Lassauge
Committed by
Geoffroy Couprie
Mar 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: don't rebase UAC.dll
Signed-off-by:
Geoffroy Couprie
<
geal@videolan.org
>
parent
d49a3263
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile.am
Makefile.am
+5
-4
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+2
-2
No files found.
Makefile.am
View file @
5111521d
...
...
@@ -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)
"
...
...
extras/package/win32/vlc.win32.nsi.in
View file @
5111521d
...
...
@@ -49,8 +49,8 @@ InstType $Name_InstTypeMinimum
InstType $Name_InstTypeFull
RequestExecutionLevel user
!addincludedir
.
!addplugindir
.
!addincludedir
NSIS
!addplugindir
NSIS
!include UAC.nsh
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment