[vlc-commits] commit: Win32: correctly bump resource version (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed Aug 18 17:42:00 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 18 17:35:54 2010 +0200| [aea5a179413a20ded3b216470cbfa633b091a87c] | committer: Jean-Baptiste Kempf 

Win32: correctly bump resource version

Close #3996
(cherry picked from commit b7b88f91d07b1da032c5583f1ce9759e386b1bce)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 92e6879..19dfb57 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -50,7 +50,7 @@ else
 vlc_LDADD += $(LIBDL)
 endif
 
-.rc.in.rc: $(top_builddir)/config.status
+vlc_win32_rc.rc: $(top_builddir)/config.status
 	cd "$(top_builddir)" && \
 	$(SHELL) ./config.status --file="bin/$@"
 



More information about the vlc-commits mailing list