Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
3fb49d5d
Commit
3fb49d5d
authored
Jul 30, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: fix package-win32 to use libtool libs location
parent
51681a24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+5
-5
No files found.
Makefile.am
View file @
3fb49d5d
...
...
@@ -641,9 +641,9 @@ package-win-common:
fi
# Copy relevant files
cp
"$(top_builddir)/vlc$(EXEEXT)"
"$(top_builddir)/vlc-${VERSION}/"
cp
"$(top_builddir)/
.libs/
vlc$(EXEEXT)"
"$(top_builddir)/vlc-${VERSION}/"
cp
"$(top_srcdir)/vlc.exe.manifest"
"$(top_builddir)/vlc-${VERSION}/"
cp
"
src
/libvlc$(LIBEXT)"
"vlc-${VERSION}/"
cp
"
$(top_builddir)/src/.libs
/libvlc$(LIBEXT)"
"vlc-${VERSION}/"
for
file
in
AUTHORS
MAINTAINERS
THANKS
NEWS
COPYING
README
;
\
do
sed
's/@/_AT_/'
<
"$(srcdir)/$$file"
>
"$(top_builddir)/vlc-${VERSION}/$${file}.txt"
;
\
...
...
@@ -698,7 +698,7 @@ package-win-common:
if
BUILD_MOZILLA
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/mozilla"
cp
$(top_builddir)/mozilla/*$(LIBEXT)
$(top_builddir)/vlc-${VERSION}/mozilla/
;
cp
$(top_builddir)/mozilla/
.libs/
*$(LIBEXT)
$(top_builddir)/vlc-${VERSION}/mozilla/
;
endif
if
BUILD_ACTIVEX
...
...
@@ -707,7 +707,7 @@ if BUILD_ACTIVEX
cp
$(srcdir)/activex/test.html
$(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/
.libs/
*$(LIBEXT)
$(top_builddir)/vlc-${VERSION}/activex/
;
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
if
rebase
-b
0x42
/dev/null
>/dev/null
2>&1;
then
\
...
...
@@ -731,7 +731,7 @@ package-win32-base-debug: package-win-common
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/plugins"
for
i
in
""
`$(VLC_CONFIG)
--target
plugin`
;
do
\
if
test
-n
"$$i"
;
then
\
$(INSTALL)
"$(top_builddir)/
$$i
$(LIBEXT)"
\
$(INSTALL)
"$(top_builddir)/
`dirname $$i`/.libs/`basename $$i`
$(LIBEXT)"
\
"$(top_builddir)/vlc-${VERSION}/plugins/"
;
\
fi
;
done
...
...
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