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
56a914d8
Commit
56a914d8
authored
Oct 20, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dummy activex/npapi build rules for Windows CE / Windows 64bits
Move the rules from {npapi,activex}.am to /Makefile.am
parent
f3c5dc42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
10 deletions
+16
-10
Makefile.am
Makefile.am
+16
-0
extras/package/activex.am
extras/package/activex.am
+0
-5
extras/package/npapi.am
extras/package/npapi.am
+0
-5
No files found.
Makefile.am
View file @
56a914d8
...
...
@@ -691,10 +691,26 @@ win32_debugdir=$(top_builddir)/symbols-$(VERSION)
win32_lua_destdir
=
$(win32_destdir)
/lua
win32_xpi_destdir
=
$(win32_destdir)
/vlc-plugin
if
HAVE_WIN64
build-npapi
:
touch
$@
build-activex
:
touch
$@
else
if
HAVE_WINCE
build-npapi
:
touch
$@
build-activex
:
touch
$@
else
if
HAVE_WIN32
include
extras/package/npapi.am
include
extras/package/activex.am
endif
endif
endif
#Win-common is for win32 and wince
package-win-common
:
install build-npapi build-activex
...
...
extras/package/activex.am
View file @
56a914d8
#! /usr/bin/make -f
if HAVE_WIN64
build-activex:
touch $@
else
build-activex: stamp-activex-build
endif
stamp-activex-fetch:
rm -Rf activex-vlc
...
...
extras/package/npapi.am
View file @
56a914d8
#! /usr/bin/make -f
if HAVE_WIN64
build-npapi:
touch $@
else
build-npapi: stamp-npapi-build
endif
stamp-npapi-fetch:
rm -Rf npapi-vlc
...
...
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