Commit 117fb9dc authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 10ccb3db
...@@ -804,8 +804,8 @@ endif ...@@ -804,8 +804,8 @@ endif
mkdir -p "$(top_builddir)/vlc-${VERSION}/activex" mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
if BUILD_ACTIVEX if BUILD_ACTIVEX
cp $(top_builddir)/activex/README.TXT $(top_builddir)/vlc-${VERSION}/activex/ ; cp $(srcdir)/activex/README.TXT $(top_builddir)/vlc-${VERSION}/activex/ ;
cp $(top_builddir)/activex/test.html $(top_builddir)/vlc-${VERSION}/activex/ ; cp $(srcdir)/activex/test.html $(top_builddir)/vlc-${VERSION}/activex/ ;
unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ; unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ; cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
......
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