Changeset 76671a0bc3d0eaf9676d089356213beea2090ec3

Show
Ignore:
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
  • extras/contrib/src/Makefile

    r713c078 r76671a0  
    18811881.gnutls: gnutls .opencdk .gcrypt .gpg-error  
    18821882ifdef 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) 
    18841884else 
    18851885    (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install)