Changeset aa1fb87c4f81315a73bdd6e91ea51b92b0ef02fa

Show
Ignore:
Timestamp:
20/09/07 18:19:30 (1 year ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1190305170 +0000
git-parent:

[7cc27cb2adc88edb24c9ac2556b29421574c91c1]

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

contribs: run autotools to build libxml2 for WIN32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r7cc27cb raa1fb87  
    15031503 
    15041504.xml: xml 
     1505ifdef HAVE_WIN32 
     1506    (cd xml; aclocal && automake && autoreconf) 
     1507endif 
    15051508    (cd xml; CFLAGS="-DLIBXML_STATIC" $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --with-minimal --with-catalog --with-reader --with-tree --with-push --with-xptr --with-valid --with-xpath --with-xinclude --with-sax1 --without-zlib --without-iconv --without-http --without-ftp && make && make install) 
    15061509ifndef HAVE_DARWIN_OS