Artifact 7d910d6991366cf477bc19b3e540fe94187c6a83:
- Executable file build/build_win32.sh — part of check-in [5baa5c16a6] at 2004-12-18 10:46:04 on branch trunk — Win32 fixes. libconfig 0.1.8 (user: rkeene, size: 437) [annotate] [blame] [check-ins using]
#! /bin/sh if [ ! -x configure ]; then cd ../; fi WIN32="${HOME}/root/windows-i386" CFLAGS="-I${WIN32}/include" CPPFLAGS="${CFLAGS}" LDFLAGS="-L${WIN32}/lib" DATE="`date +%Y%m%d%H%M`" CROSS=i586-mingw32msvc if [ ! -z "${CROSS}" ]; then CROSSCMD="${CROSS}-" fi export CFLAGS LDFLAGS CPPFLAGS make distclean ./configure --host=${CROSS} --prefix=${HOME}/root/windows-i386/ --with-libopennet=${HOME}/root/windows-i386/ && \ make || exit 1