Changeset 609cba8d6ca805bef4dca561a4d275af28da6a69

Show
Ignore:
Timestamp:
20/07/07 15:53:29 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1184939609 +0000
git-parent:

[2dc7b4434755eaa0d6255a466c911bdd94bc2cfd]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1184939609 +0000
Message:

Try to fix NLS on Win32
Somehow gettext fails on mingw32 here, so cannot test

Files:

Legend:

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

    rd1b51e8 r609cba8  
    156156hacklib_DATA = libvlc.dll libvlc.dll.a 
    157157noinst_DATA = libvlc.def 
     158endif 
    158159 
    159160libvlc.dll.a libvlc.def: libvlc.dll 
     
    163164 
    164165.la.dll: 
    165     @ldfl="`$(VLC_CONFIG) --libs plugin libvlc pic`" ; \ 
     166    @ldfl="`$(VLC_CONFIG) --libs plugin libvlc pic` $(INCLUDED_LIBINTL)" ; \ 
    166167    objs="" ; \ 
    167168    for s in $^; do \ 
     
    174175    esac ; \ 
    175176    echo $$ld $$objs$ldfl; \ 
    176     $$ld $$objs $$ldfl  
    177 # Cygwin libtool work-around 
     177    $$ld $$objs $$ldfl 
    178178    @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi 
    179 endif 
    180179 
    181180SOURCES_libvlc_beos = \