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
38ed5ffc
Commit
38ed5ffc
authored
Feb 20, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./Makefile: the win32 port now uses a more recent version of gtk+.
parent
a53ff165
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
38ed5ffc
...
...
@@ -422,8 +422,9 @@ package-win32:
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
\
gnu-intl.dll SDL.dll README-SDL.txt
;
\
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
\
libgthread-1.3-12.dll SDL.dll README-SDL.txt
;
\
do
cp
${DLL_PATH}
/
$$
file tmp/
;
done
mkdir
tmp/share
for
file
in
default8x16.psf default8x9.psf
;
\
...
...
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