Ignore:
Timestamp:
Sep 30, 2008, 1:03:34 AM (15 years ago)
Author:
Sam Hocevar
Message:

Fix the Win32 build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/build-win32

    r2299 r2859  
    1717mkdir "${BUILDDIR}"
    1818
     19make distclean || true
     20
    1921cd "${BUILDDIR}"
    2022# Build for win32
    21 "${SRCDIR}/configure" --host=i586-mingw32msvc --program-suffix=.exe --prefix=/ --bindir=/bin --libdir=/lib --disable-imlib2 --disable-doc
     23"${SRCDIR}/configure" --host=i586-mingw32msvc --prefix=/ --bindir=/bin --libdir=/lib --disable-imlib2 --disable-doc
    2224make pkglibdir=/lib pkgdatadir=/data bindir=/bin
    2325# Install into our private directory
Note: See TracChangeset for help on using the changeset viewer.