Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c47fbbed
Commit
c47fbbed
authored
Aug 13, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fucking make
parent
a945f9de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+4
-4
No files found.
Makefile.am
View file @
c47fbbed
...
...
@@ -729,10 +729,10 @@ package-win32-base-debug: package-win-common
cp
$$i
$(top_builddir)/vlc-${VERSION}/skins/
||
true
;
\
done
$(INSTALL)
-d
$(top_builddir)/vlc-${VERSION}/share/luaplaylist
for
i
in
$(srcdir)/share/luaplaylist/*.*
;
do
\
$(INSTALL)
-m
644
$${i}
$(top_builddir)/vlc-${VERSION}/share/luaplaylist/`basename
$${i}`
;
\
done
;
$(INSTALL)
-d
$(top_builddir)/vlc-${VERSION}/share/luaplaylist
for
i
in
$(srcdir)/share/luaplaylist/*.*
;
do
\
$(INSTALL)
-m
644
$${i}
$(top_builddir)/vlc-${VERSION}/share/luaplaylist/`basename
$${i}`
;
\
done
;
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/osdmenu"
cp
$(srcdir)/share/osdmenu/*.*
"$(top_builddir)/vlc-${VERSION}/osdmenu"
...
...
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