Changeset 76671a0bc3d0eaf9676d089356213beea2090ec3
- Timestamp:
- 04/06/08 09:00:16
(4 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1207465216 +0200
- git-parent:
[713c078f0bdeba9a2dab71c33bf83611437b8164]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1207465216 +0200
- Message:
Don't use C++ for gnutls/mingw32
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r713c078 |
r76671a0 |
|
| 1881 | 1881 | .gnutls: gnutls .opencdk .gcrypt .gpg-error |
|---|
| 1882 | 1882 | ifdef HAVE_WIN32 |
|---|
| 1883 | | (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc && cd gl && make && cd ../lgl && make && cd ../lib &&make && make install && cd ../includes && make install) |
|---|
| | 1883 | (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx && cd gl && make && cd ../lgl && make && cd ../lib &&make && make install && cd ../includes && make install) |
|---|
| 1884 | 1884 | else |
|---|
| 1885 | 1885 | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install) |
|---|