Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f193ee64
Commit
f193ee64
authored
Mar 21, 2006
by
dionoea
Browse files
Add 7zip win32 build targets
parent
a31da2da
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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