Changeset 0f1074432b62370b8018b6659b3ed625bd707b0a

Show
Ignore:
Timestamp:
03/04/08 17:15:10 (6 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1204647310 +0100
git-parent:

[de8b9136ff33087d0992a0ecd40fb2dfd2fdbab3]

git-author:
Rafaël Carré <funman@videolan.org> 1204647310 +0100
Message:

Fix vlc.exe building (using the right path to the .ico file)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/Makefile.am

    r0a52089 r0f10744  
    415415 
    416416vlc_win32_rc.$(OBJEXT): $(top_srcdir)/share/vlc_win32_rc.rc 
    417     $(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 $@ 
     417    $(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 $@ 
    418418endif 
    419419