Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
097f8fc9
Commit
097f8fc9
authored
Jun 01, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not try to build the ActiveX so we can at least have nightlies.
parent
0e7a548e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.am
Makefile.am
+3
-3
No files found.
Makefile.am
View file @
097f8fc9
...
@@ -25,7 +25,7 @@ if BUILD_MOZILLA
...
@@ -25,7 +25,7 @@ if BUILD_MOZILLA
SUBDIRS
+=
projects/mozilla
SUBDIRS
+=
projects/mozilla
endif
endif
if
BUILD_ACTIVEX
if
BUILD_ACTIVEX
SUBDIRS
+=
projects/activex
#FIXME:
SUBDIRS += projects/activex
endif
endif
EXTRA_DIST
=
\
EXTRA_DIST
=
\
...
@@ -707,7 +707,7 @@ if BUILD_ACTIVEX
...
@@ -707,7 +707,7 @@ if BUILD_ACTIVEX
cp
$(srcdir)/projects/activex/test.html
$(top_builddir)/vlc-$(VERSION)/activex/
cp
$(srcdir)/projects/activex/test.html
$(top_builddir)/vlc-$(VERSION)/activex/
unix2dos
$(top_builddir)/vlc-$(VERSION)/activex/*
unix2dos
$(top_builddir)/vlc-$(VERSION)/activex/*
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(top_builddir)/vlc-$(VERSION)/activex/
#FIXME
cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/
endif
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
# Rebase all those DLLs to speed up loading (need cygwin rebase)
...
@@ -850,7 +850,7 @@ if BUILD_MOZILLA
...
@@ -850,7 +850,7 @@ if BUILD_MOZILLA
$(STRIP)
$(top_builddir)/vlc-$(VERSION)/mozilla/npvlc$(LIBEXT);
$(STRIP)
$(top_builddir)/vlc-$(VERSION)/mozilla/npvlc$(LIBEXT);
endif
endif
if
BUILD_ACTIVEX
if
BUILD_ACTIVEX
$(STRIP)
$(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT);
#FIXME
$(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT);
endif
endif
package-win32-base
:
package-win32-base-debug package-win-common-strip
package-win32-base
:
package-win32-base-debug package-win-common-strip
...
...
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