Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f193ee64
Commit
f193ee64
authored
Mar 21, 2006
by
dionoea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 7zip win32 build targets
parent
a31da2da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Makefile.am
Makefile.am
+8
-0
No files found.
Makefile.am
View file @
f193ee64
...
...
@@ -750,6 +750,10 @@ package-win32-base-zip: package-win32-base
# Create package
zip
-r
vlc-${VERSION}-win32.zip
vlc-${VERSION}
package-win32-base-7zip
:
package-win32-base
# Create package
7z
a
-t7z
-m0
=
lzma
-mx
=
9
-mfb
=
64
-md
=
32m
-ms
=
on vlc-
${VERSION}
-win32
.7z vlc-
${VERSION}
package-win32-exe
:
package-win32-base package-win32-base-exe
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
...
...
@@ -762,6 +766,10 @@ package-win32-zip: package-win32-base-zip
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
package-win32-7zip
:
package-win32-base-7zip
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
package-win32
:
package-win32-base-exe package-win32-base-zip
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
...
...
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