Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
93b62275
Commit
93b62275
authored
Feb 03, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Factorize cleanup case of win32 make
parent
9a7ac26b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
23 deletions
+11
-23
Makefile.am
Makefile.am
+11
-23
No files found.
Makefile.am
View file @
93b62275
...
...
@@ -976,35 +976,25 @@ package-win32-base-debug-7zip: package-win32-base-debug
# Create package
7z
a
-t7z
-m0
=
lzma
-mx
=
9
-mfb
=
64
-md
=
32m
-ms
=
on vlc-
$(VERSION)
-win32-debug
.7z vlc-
$(VERSION)
package-win32-exe
:
package-win32-base package-win32-base-exe
# Clean up
package-win32-cleanup
:
rm
-Rf
$(win32_destdir)
rm
-Rf
$(win32_debugdir)
package-win32-zip
:
package-win32-base-zip
# Clean up
rm
-Rf
$(win32_destdir)
package-win32-exe
:
package-win32-base package-win32-base-exe package-win32-cleanup
package-win32-debug-zip
:
package-win32-base-debug-zip
# Clean up
rm
-Rf
$(win32_destdir)
package-win32-zip
:
package-win32-base-zip package-win32-cleanup
package-win32-7zip
:
package-win32-base-7zip
# Clean up
rm
-Rf
$(win32_destdir)
package-win32-debug-zip
:
package-win32-base-debug-zip package-win32-cleanup
package-win32-
debug-7zip
:
package-win32-base-debug-7zi
p
# Clean up
rm
-Rf
$(win32_destdir)
package-win32-
7zip
:
package-win32-base-7zip package-win32-cleanu
p
package-win32-debug-7zip
:
package-win32-base-debug-7zip package-win32-cleanup
package-win32-no-clean
:
package-win32-base-zip package-win32-base-7zip package-win32-base-exe
package-win32
:
package-win32-no-clean
# Clean up
rm
-Rf
$(win32_destdir)
package-win32
:
package-win32-no-clean package-win32-cleanup
package-win32-debug
:
package-win32-base-debug-zip package-win32-base-debug-7zip
# Clean up
rm
-Rf
$(win32_destdir)
package-win32-debug
:
package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
#######
# WinCE
...
...
@@ -1016,9 +1006,7 @@ package-wince-base-zip: package-wince-base
rm
-f
--
vlc-$(VERSION)-wince.zip
zip
-r
-9
vlc-$(VERSION)-wince.zip
vlc-$(VERSION)
package-wince
:
package-wince-base-zip
# Clean up
rm
-Rf
$(win32_destdir)
package-wince
:
package-wince-base-zip package-win32-cleanup
#####################################################################
...
...
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