[vlc-devel] commit: Fix vlc.exe building (using the right path to the .ico file) ( Rafaël Carré )
git version control
git at videolan.org
Tue Mar 4 17:15:45 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 4 17:15:10 2008 +0100| [0f1074432b62370b8018b6659b3ed625bd707b0a]
Fix vlc.exe building (using the right path to the .ico file)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f1074432b62370b8018b6659b3ed625bd707b0a
---
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 35029d2..9e04647 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -414,7 +414,7 @@ DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
noinst_DATA = vlc_win32_rc.$(OBJEXT)
vlc_win32_rc.$(OBJEXT): $(top_srcdir)/share/vlc_win32_rc.rc
- $(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir)/share -i $< -o $@
+ $(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(top_srcdir)/share -i $< -o $@
endif
###############################################################################
More information about the vlc-devel
mailing list