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
a7494394
Commit
a7494394
authored
May 06, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: fixed BeOS package generation when all modules are built-in
parent
21c7ad61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile.am
Makefile.am
+4
-1
No files found.
Makefile.am
View file @
a7494394
...
...
@@ -587,7 +587,10 @@ package-beos:
mv
tmp/vlc-${VERSION}-BeOS.zip
.
# Create package without debug symbols
strip
tmp/vlc-${VERSION}/vlc
tmp/vlc-${VERSION}/plugins/lib*_plugin.so
strip
tmp/vlc-${VERSION}/vlc
if
[
-d
tmp/vlc-${VERSION}/plugins
];
then
\
strip
tmp/vlc-${VERSION}/plugins/lib*_plugin.so;
\
fi
xres
-o
tmp/vlc-${VERSION}/vlc
share/vlc_beos.rsrc
mimeset
-f
tmp/vlc-${VERSION}/*
tmp/vlc-${VERSION}/*/*
(cd
tmp
;
zip
-9
-r
vlc-${VERSION}-BeOS-stripped.zip
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