Artifact 295d16231e69a628a76164103e9d6245cc4e60a3:
- Executable file build/build_win32.sh — part of check-in [80d18a8d82] at 2004-12-18 10:05:59 on branch trunk — Win32 support fixed. Added a new man page (lc_cleanup) (user: rkeene, size: 356) [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} && \ make || exit 1