Browse Source

package/win32: do not build the ActiveX DLL for installers

It can still be built by calling `make package-win-activex`.
pull/190/head
Steve Lhomme 9 months ago
parent
commit
017e5bcd6a
  1. 2
      extras/package/win32/package.mak

2
extras/package/win32/package.mak

@ -105,7 +105,7 @@ package-win-activex: build-npapi
mkdir -p "$(win32_destdir)/sdk/activex/"
cp $(top_builddir)/npapi-vlc/activex/README.TXT $(top_builddir)/npapi-vlc/share/test/test.html $(win32_destdir)/sdk/activex/
package-win-strip: package-win-common package-win-activex
package-win-strip: package-win-common
mkdir -p "$(win32_debugdir)"/
if ENABLE_PDB
find $(win32_destdir) -type f -name '*.pdb' | while read i; \

Loading…
Cancel
Save