Explorar el Código

Fix the Win32 build.

tags/v0.99.beta16
Sam Hocevar sam hace 16 años
padre
commit
5802875403
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      build-win32

+ 3
- 1
build-win32 Ver fichero

@@ -16,9 +16,11 @@ rm -f "${INSTALLDIR}.zip"
mkdir "${INSTALLDIR}"
mkdir "${BUILDDIR}"

make distclean || true

cd "${BUILDDIR}"
# Build for win32
"${SRCDIR}/configure" --host=i586-mingw32msvc --program-suffix=.exe --prefix=/ --bindir=/bin --libdir=/lib --disable-imlib2 --disable-doc
"${SRCDIR}/configure" --host=i586-mingw32msvc --prefix=/ --bindir=/bin --libdir=/lib --disable-imlib2 --disable-doc
make pkglibdir=/lib pkgdatadir=/data bindir=/bin
# Install into our private directory
make install DESTDIR="${INSTALLDIR}" pkglibdir=/lib/ pkgdatadir=/ bindir=/bin/


Cargando…
Cancelar
Guardar