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
65e17139
Commit
65e17139
authored
Apr 01, 2002
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* updated the "package-win32" rule * all txt files are now converted to dos format (CRLF)
parent
f67672ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
11 deletions
+5
-11
Makefile
Makefile
+5
-2
install-win32
install-win32
+0
-9
No files found.
Makefile
View file @
65e17139
...
@@ -435,8 +435,11 @@ package-win32:
...
@@ -435,8 +435,11 @@ package-win32:
sed
-e
's#@VERSION@#'
${VLC_QUICKVERSION}
'#'
< install-win32
>
tmp/nsi
sed
-e
's#@VERSION@#'
${VLC_QUICKVERSION}
'#'
< install-win32
>
tmp/nsi
# Copy relevant files
# Copy relevant files
cp
vlc.exe
$
(
PLUGINS:%
=
plugins/%.so
)
tmp/
cp
vlc.exe
$
(
PLUGINS:%
=
plugins/%.so
)
tmp/
cp
INSTALL-win32.txt AUTHORS COPYING ChangeLog ChangeLog.libdvdcss
\
cp
INSTALL.win32 tmp/INSTALL.txt
;
unix2dos tmp/INSTALL.txt
README README.libdvdcss FAQ TODO tmp/
for
file
in
AUTHORS COPYING ChangeLog ChangeLog.libdvdcss
\
README README.libdvdcss FAQ TODO
;
\
do
cp
$$
file tmp/
$
${file}
.txt
;
\
unix2dos tmp/
$
${file}
.txt
;
done
for
file
in
iconv.dll libgmodule-1.3-12.dll libgtk-0.dll libgdk-0.dll
\
for
file
in
iconv.dll libgmodule-1.3-12.dll libgtk-0.dll libgdk-0.dll
\
libgobject-1.3-12.dll libintl-1.dll libglib-1.3-12.dll
\
libgobject-1.3-12.dll libintl-1.dll libglib-1.3-12.dll
\
libgthread-1.3-12.dll SDL.dll README-SDL.txt
;
\
libgthread-1.3-12.dll SDL.dll README-SDL.txt
;
\
...
...
install-win32
View file @
65e17139
...
@@ -54,15 +54,6 @@ Section "Install"
...
@@ -54,15 +54,6 @@ Section "Install"
File *.dll
File *.dll
File *.txt
File *.txt
File AUTHORS
File COPYING
File ChangeLog
File ChangeLog.libdvdcss
File README
File README.libdvdcss
File FAQ
File TODO
File /r share
File /r share
CreateDirectory "$SMPROGRAMS\VideoLAN"
CreateDirectory "$SMPROGRAMS\VideoLAN"
...
...
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