Commit 56a914d8 authored by Rafaël Carré's avatar Rafaël Carré

Dummy activex/npapi build rules for Windows CE / Windows 64bits

Move the rules from {npapi,activex}.am to /Makefile.am
parent f3c5dc42
......@@ -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
......
#! /usr/bin/make -f
if HAVE_WIN64
build-activex:
touch $@
else
build-activex: stamp-activex-build
endif
stamp-activex-fetch:
rm -Rf activex-vlc
......
#! /usr/bin/make -f
if HAVE_WIN64
build-npapi:
touch $@
else
build-npapi: stamp-npapi-build
endif
stamp-npapi-fetch:
rm -Rf npapi-vlc
......
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