Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
50f1d61d
Commit
50f1d61d
authored
Oct 20, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't copy activex/mozilla plugins when packaging for wince
parent
56a914d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile.am
Makefile.am
+4
-0
No files found.
Makefile.am
View file @
50f1d61d
...
...
@@ -810,11 +810,13 @@ if BUILD_OSDMENU
done
endif
if
!HAVE_WIN64
if
!HAVE_WINCE
cp
"$(top_builddir)/activex-vlc/src/axvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/activex-vlc/installed/lib/axvlc.dll"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/src/npvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll"
"$(win32_destdir)/"
endif
endif
# SDK
mkdir
-p
"$(win32_destdir)/sdk/lib"
...
...
@@ -823,9 +825,11 @@ endif
for
file
in
libvlc.dll.a
libvlc.la
libvlccore.dll.a
libvlccore.la;
do
\
cp
-r
$(destdir)/lib/$$file
"$(win32_destdir)/sdk/lib"
;
done
if
!HAVE_WIN64
if
!HAVE_WINCE
mkdir
-p
"$(win32_destdir)/sdk/activex"
cp
$(top_builddir)/activex-vlc/README
$(win32_destdir)/sdk/activex/README.TXT
cp
$(top_builddir)/activex-vlc/src/test.html
$(win32_destdir)/sdk/activex/
endif
endif
find
$(win32_destdir)
-type
f
\(
-name
"*xml"
-or
-name
"*html"
-or
-name
'*js'
-or
-name
'*css'
-or
-name
'*hosts'
-or
-iname
'*txt'
-or
-name
'*.cfg'
-or
-name
'*.lua'
\)
-exec
$(U2D)
{}
\;
...
...
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