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
ca74f7fc
Commit
ca74f7fc
authored
Aug 24, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLC resource file is only for Win32
parent
aa266132
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
bin/Makefile.am
bin/Makefile.am
+3
-8
No files found.
bin/Makefile.am
View file @
ca74f7fc
...
...
@@ -15,7 +15,7 @@ vlc_SOURCES = winvlc.c
endif
vlc_wrapper_SOURCES
=
rootwrap.c
vlc_DEPENDENCIES
=
$(DATA_win32_rc)
../src/libvlc.la
vlc_DEPENDENCIES
=
../src/libvlc.la
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
vlc
`
...
...
@@ -26,16 +26,11 @@ vlc_LDADD = ../src/libvlc.la ../src/libvlccore.la $(LTLIBINTL) \
#vlc$(EXEEXT): $(vlc_OBJECTS) $(vlc_DEPENDENCIES)
# $(LINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)
DATA_win32_rc
=
vlc_win32_rc.
$(OBJEXT)
DATA_win32_rc_lib
=
libvlc_win32_rc.
$(OBJEXT)
EXTRA_DATA
=
$(DATA_win32_rc)
$(DATA_win32_rc_lib)
if
HAVE_WIN32
vlc_LDADD
+=
$(DATA_win32_rc
)
noinst_DATA
=
$(DATA_win32_rc)
$(DATA_win32_rc_lib
)
vlc_LDADD
+=
vlc_win32_rc.
$(OBJEXT
)
vlc_DEPENDENCIES
+=
vlc_win32_rc.
$(OBJEXT
)
endif
vlc_win32_rc.$(OBJEXT)
:
$(top_builddir)/share/vlc_win32_rc.rc
$(WINDRES)
--include-dir
$(top_srcdir)
/share
-i
$<
-o
$@
libvlc_win32_rc.$(OBJEXT)
:
$(top_builddir)/share/libvlc_win32_rc.rc
$(WINDRES)
--include-dir
$(top_srcdir)
/share
-i
$<
-o
$@
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