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
a0fb646a
Commit
a0fb646a
authored
Feb 27, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work-around libtool's work-around which adds .exe on Cygwin
parent
72ab62f5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
activex/Makefile.am
activex/Makefile.am
+2
-0
bootstrap
bootstrap
+4
-0
mozilla/Makefile.am
mozilla/Makefile.am
+2
-0
src/Makefile.am
src/Makefile.am
+2
-0
No files found.
activex/Makefile.am
View file @
a0fb646a
...
...
@@ -84,6 +84,8 @@ axvlc$(LIBEXT): $(libaxvlc_a_OBJECTS) \
-Wl
,--enable-stdcall-fixup
$(srcdir)
/axvlc.def
\
$(LIBRARIES_libvlc)
-shared
$(LIBRARIES_libvlc)
$(LDFLAGS_activex)
\
$(INCLUDED_LIBINTL)
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
"$@.exe"
"$@"
;
fi
DATA_axvlc_tlb
=
$(axvlc_tlb_DATA)
...
...
bootstrap
View file @
a0fb646a
...
...
@@ -259,6 +259,10 @@ _plugin.a_plugin\$(LIBEXT):
esac ;
\
echo
\$\$
ld
\$
<
\$\$
ldfl ;
\
\$\$
ld
\$
<
\$\$
ldfl
#ifneq (,
\$
(findstring cygwin,
\$
(host)))
# mv "
$@
.exe" "
$@
"
#endif
@if test -f "
$@
.exe"; then mv "
$@
.exe"
$@
; fi
if MAINTAINER_MODE
\$
(srcdir)/Makefile.am:
\$
(srcdir)/Modules.am
\$
(top_srcdir)/bootstrap
...
...
mozilla/Makefile.am
View file @
a0fb646a
...
...
@@ -128,6 +128,8 @@ libnpvlc_a_DEPENDENCIES = $(DATA_npvlc_rc)
$(npvlc)
:
$(libnpvlc_a_OBJECTS) $(libnpvlc_a_DEPENDENCIES) stamp-pic
$(CXXLINK)
$(libnpvlc_a_OBJECTS)
$(DATA_npvlc_rc)
\
$(LDFLAGS_libnpvlc)
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
"$@.exe"
"$@"
;
fi
vlcintf_xptdir
=
$(libdir)
/mozilla/components
vlcintf.xpt
:
vlcintf.idl
...
...
src/Makefile.am
View file @
a0fb646a
...
...
@@ -212,6 +212,8 @@ libvlc$(LIBEXT): $(OBJECTS_libvlc_so) stamp-builtins
# on non-PIC OSes, otherwise ld will favor builtins-less libvlc.a over
# libvlc$(LIBEXT)
rm
-f
libvlc.a
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
"$@.exe"
"$@"
;
fi
endif
EXTRA_DIST
+=
\
...
...
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