Ignore:
Timestamp:
10/23/08 14:30:18 (5 years ago)
Author:
sam
Message:

libpipi: the GDI+ codec can now compile using mingw32, unfortunately it
does not link yet due to a bug in mingw's ld.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/build-win32

    r3064 r3074  
    2222cd "${BUILDDIR}" 
    2323# Build for win32 
    24 "${SRCDIR}/configure" --host=i586-mingw32msvc --prefix=/ --bindir=/bin --libdir=/lib "$@" 
     24"${SRCDIR}/configure" --host=i586-mingw32msvc --prefix=/ --bindir=/bin --libdir=/lib CPPFLAGS="-I${SRCDIR}/win32/gdiplus/include" LIBS="-L${SRCDIR}/win32/gdiplus/lib" "$@" 
    2525make pkglibdir=/lib pkgdatadir=/data bindir=/bin 
    2626# Install into our private directory 
Note: See TracChangeset for help on using the changeset viewer.