Changeset 097f8fc9cddf85baac0ad3083c13a85384e86e66
- Timestamp:
- 01/06/08 22:01:30
(6 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1212350490 +0300
- git-parent:
[0e7a548e6e2d4e6adbdcb5f963cca635ac2a96f8]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1212350490 +0300
- Message:
Do not try to build the ActiveX so we can at least have nightlies.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r951d135 |
r097f8fc |
|
| 26 | 26 | endif |
|---|
| 27 | 27 | if BUILD_ACTIVEX |
|---|
| 28 | | SUBDIRS += projects/activex |
|---|
| | 28 | #FIXME:SUBDIRS += projects/activex |
|---|
| 29 | 29 | endif |
|---|
| 30 | 30 | |
|---|
| … | … | |
| 708 | 708 | unix2dos $(top_builddir)/vlc-$(VERSION)/activex/* |
|---|
| 709 | 709 | |
|---|
| 710 | | cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/ |
|---|
| | 710 | #FIXME cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/ |
|---|
| 711 | 711 | endif |
|---|
| 712 | 712 | |
|---|
| … | … | |
| 851 | 851 | endif |
|---|
| 852 | 852 | if BUILD_ACTIVEX |
|---|
| 853 | | $(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT); |
|---|
| | 853 | #FIXME $(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT); |
|---|
| 854 | 854 | endif |
|---|
| 855 | 855 | |
|---|