Commit c977aa35 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: Add vlc-cache-gen.exe properties

Reported-By: Alessandro (ale5000)
parent 4a9a8642
...@@ -62,3 +62,8 @@ vlc_cache_gen_LDADD = \ ...@@ -62,3 +62,8 @@ vlc_cache_gen_LDADD = \
$(GNUGETOPT_LIBS) \ $(GNUGETOPT_LIBS) \
../compat/libcompat.la \ ../compat/libcompat.la \
../src/libvlc.la ../src/libvlccore.la ../src/libvlc.la ../src/libvlccore.la
if HAVE_WIN32
vlc_cache_gen_LDADD += vlc_win32_rc.$(OBJEXT)
vlc_cache_gen_DEPENDENCIES = vlc_win32_rc.$(OBJEXT)
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment