Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
f193ee64
Commit
f193ee64
authored
Mar 21, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 7zip win32 build targets
parent
a31da2da
Changes
1
Show 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
...
@@ -750,6 +750,10 @@ package-win32-base-zip: package-win32-base
# Create package
# Create package
zip
-r
vlc-${VERSION}-win32.zip
vlc-${VERSION}
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
package-win32-exe
:
package-win32-base package-win32-base-exe
# Clean up
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
rm
-Rf
$(top_builddir)/vlc-${VERSION}
...
@@ -762,6 +766,10 @@ package-win32-zip: package-win32-base-zip
...
@@ -762,6 +766,10 @@ package-win32-zip: package-win32-base-zip
# Clean up
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
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
package-win32
:
package-win32-base-exe package-win32-base-zip
# Clean up
# Clean up
rm
-Rf
$(top_builddir)/vlc-${VERSION}
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