Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
44fb88bf
Commit
44fb88bf
authored
Mar 08, 2010
by
Geoffroy Couprie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: UAC.dll must be packaged while doing package-win32-base-exe
parent
d575e644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile.am
Makefile.am
+4
-2
No files found.
Makefile.am
View file @
44fb88bf
...
...
@@ -727,6 +727,10 @@ 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"
...
...
@@ -774,8 +778,6 @@ package-win32-base-debug: package-win-common
# Script installer
cp
"$(top_builddir)/extras/package/win32/vlc.win32.nsi"
"$(win32_destdir)/"
cp
"$(top_builddir)/extras/package/win32/spad.nsi"
"$(win32_destdir)/"
cp
"$(srcdir)/extras/package/win32/UAC.nsh"
"$(win32_destdir)/"
cp
"$(srcdir)/extras/package/win32/UAC.dll"
"$(win32_destdir)/"
mkdir
"$(win32_destdir)/languages"
cp
$(srcdir)/extras/package/win32/languages/*.nsh
"$(win32_destdir)/languages/"
...
...
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