Changeset 609cba8d6ca805bef4dca561a4d275af28da6a69
- 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
| rd1b51e8 |
r609cba8 |
|
| 156 | 156 | hacklib_DATA = libvlc.dll libvlc.dll.a |
|---|
| 157 | 157 | noinst_DATA = libvlc.def |
|---|
| | 158 | endif |
|---|
| 158 | 159 | |
|---|
| 159 | 160 | libvlc.dll.a libvlc.def: libvlc.dll |
|---|
| … | … | |
| 163 | 164 | |
|---|
| 164 | 165 | .la.dll: |
|---|
| 165 | | @ldfl="`$(VLC_CONFIG) --libs plugin libvlc pic`" ; \ |
|---|
| | 166 | @ldfl="`$(VLC_CONFIG) --libs plugin libvlc pic` $(INCLUDED_LIBINTL)" ; \ |
|---|
| 166 | 167 | objs="" ; \ |
|---|
| 167 | 168 | for s in $^; do \ |
|---|
| … | … | |
| 174 | 175 | esac ; \ |
|---|
| 175 | 176 | echo $$ld $$objs$ldfl; \ |
|---|
| 176 | | $$ld $$objs $$ldfl |
|---|
| 177 | | # Cygwin libtool work-around |
|---|
| | 177 | $$ld $$objs $$ldfl |
|---|
| 178 | 178 | @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi |
|---|
| 179 | | endif |
|---|
| 180 | 179 | |
|---|
| 181 | 180 | SOURCES_libvlc_beos = \ |
|---|