head	1.2;
access;
symbols
	gpgme-0-1-4:1.1
	GPGME-0-1-3:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.01.18.09.11.49;	author wkoch;	state dead;
branches;
next	1.1;

1.1
date	2000.11.23.15.28.15;	author wkoch;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Does now compile under MingW32/CPD 0.3
@
text
@#!/bin/sh

target=i386--mingw32
host=`./config.guess`

CC="${target}-gcc"
CPP="${target}-gcc -E"
RANLIB="${target}-ranlib"

export CC CPP RANLIB
./configure --host=${host} --target=${target} $*
@


1.1
log
@Now we are able to compile the W32 stuff - don't now whether it works; I have
no Windoze box here.
@
text
@@

