[vlc-commits] Win32: Add vlc-cache-gen.exe properties

Jean-Baptiste Kempf git at videolan.org
Thu Jun 9 22:40:16 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun  9 22:38:24 2011 +0200| [c977aa35ed32ad3e762e549a28379902c30877a3] | committer: Jean-Baptiste Kempf

Win32: Add vlc-cache-gen.exe properties

Reported-By: Alessandro (ale5000)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c977aa35ed32ad3e762e549a28379902c30877a3
---

 bin/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index debbc23..0a44120 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -62,3 +62,8 @@ vlc_cache_gen_LDADD = \
 	$(GNUGETOPT_LIBS) \
 	../compat/libcompat.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
+



More information about the vlc-commits mailing list