Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
267c36f1
Commit
267c36f1
authored
Dec 18, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Ultimate fixes to the win32 package generation.
parent
011dbff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
Makefile
Makefile
+1
-1
install-win32
install-win32
+3
-14
No files found.
Makefile
View file @
267c36f1
...
...
@@ -372,7 +372,7 @@ package-win32:
# Create installation script
sed
-e
's#@VERSION@#'
${VLC_QUICKVERSION}
'#'
< install-win32
>
tmp/nsi
# Copy relevant files
cp
vlc.exe
plugins/directx.so plugins/gtk.so plugins/sdl.so
tmp/
cp
vlc.exe
$
(
PLUGINS:%
=
plugins/%.so
)
tmp/
cp
INSTALL-win32.txt AUTHORS COPYING ChangeLog ChangeLog.libdvdcss
\
README README.libdvdcss FAQ TODO tmp/
for
file
in
gtk-1.3.dll gdk-1.3.dll glib-1.3.dll gmodule-1.3.dll
\
...
...
install-win32
View file @
267c36f1
...
...
@@ -50,11 +50,10 @@ Section "Install"
SetOutPath $INSTDIR
File vlc.exe
File
directx
.so
File
gtk.so
File
sdl.so
File
*
.so
File
*.dll
File
*.txt
File INSTALL-win32.txt
File AUTHORS
File COPYING
File ChangeLog
...
...
@@ -64,16 +63,6 @@ Section "Install"
File FAQ
File TODO
File SDL.dll
File gtk-1.3.dll
File gdk-1.3.dll
File glib-1.3.dll
File gmodule-1.3.dll
File gnu-intl.dll
;File README-GTK.txt
File README-SDL.txt
File /r share
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