compiling metis 5.0 on windows

So how to make metis 5 on windows?
(I can't contact you by email, because it's rejected by your mailserver.)

$ make all
make -C GKlib/trunk
make[1]: Entering directory `/cygdrive/d/temp/metis-5.0pre2/GKlib/trunk'
cl -DWIN32 -DMSC -D_CRT_SECURE_NO_DEPRECATE /Ox -g -I./ /c b64.c /Fo../b
uilds/MSWIN-x86/b64.obj
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl : Command line warning D9002 : ignoring unknown option '-g'
b64.c
GKlib.h(48) : fatal error C1083: Cannot open include file: 'regex.h': No such fi
le or directory
make[1]: *** [../builds/MSWIN-x86/b64.obj] Error 2
make[1]: Leaving directory `/cygdrive/d/temp/metis-5.0pre2/GKlib/trunk'
make: *** [all] Error 2