Changeset 869d0526e75f45969d918f0444da4debedf058a7

Show
Ignore:
Timestamp:
01/21/06 00:37:23 (2 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1137800243 +0000
git-parent:

[bb162a43ebf5edd437b854ed437c5cf0e131a2cd]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1137800243 +0000
Message:

Install.win32: Add path for pkg-config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    rad9f50c r869d052  
    125125 
    126126  ./bootstrap && \ 
     127  PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ 
    127128  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ 
    128129  LDFLAGS=-L/usr/win32/lib \ 
     
    149150  ./bootstrap && \ 
    150151  PATH=/usr/local/mingw/bin:$PATH \ 
     152  PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ 
    151153  CPPFLAGS=-I/usr/win32/include \ 
    152154  LDFLAGS=-L/usr/win32/lib \ 
     
    174176 
    175177  ./bootstrap && \ 
     178  PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ 
    176179  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ 
    177180  LDFLAGS=-L/usr/win32/lib \ 
     
    199202lines: 
    200203  ./bootstrap && \ 
     204  PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ 
    201205  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ 
    202206  LDFLAGS=-L/usr/win32/lib \