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
f2ab9c5f
Commit
f2ab9c5f
authored
Apr 06, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am, install-win32: added the default skin to the win32 package.
parent
27196058
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Makefile.am
Makefile.am
+9
-0
install-win32
install-win32
+1
-0
No files found.
Makefile.am
View file @
f2ab9c5f
...
...
@@ -520,6 +520,7 @@ package-win32:
for
i
in
dummy
tmp/plugins/*$(LIBEXT)
;
\
do
if
test
$$i
!=
tmp/plugins/libwin32_plugin
$(LIBEXT)
\
-a
$$
i
!=
dummy
;
then
$(STRIP)
$$
i
;
fi
;
done
mkdir
tmp/share
cp
share/*.rle
tmp/share/
;
...
...
@@ -529,6 +530,14 @@ package-win32:
cp
po/$${i}.gmo
tmp/locale/$${i}/LC_MESSAGES/vlc.mo
||
true
;
\
done
mkdir
-p
tmp/skins/default
for
i
in
share/skins/default/*.*;
do
\
cp
$$i
tmp/skins/default/
||
true
;
\
done
for
i
in
doc/skins/*.txt;
do
\
cp
$$i
tmp/skins/
||
true
;
\
done
cd
doc/faq
;
$(MAKE)
html
;
cd
../..
;
cp
doc/faq/index.html
tmp/FAQ.htm
;
...
...
install-win32
View file @
f2ab9c5f
...
...
@@ -64,6 +64,7 @@ Section "Install"
File /r share
File /r plugins
File /r locale
File /r skins
CreateDirectory "$SMPROGRAMS\VideoLAN"
CreateShortCut "$SMPROGRAMS\VideoLAN\vlc.lnk" "$INSTDIR\vlc.exe"
...
...
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