Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh
# $Id: cygwin-wine.sh 180 2024-09-26 22:44:15Z nishi $
#
#undef NO_IPV6
#undef NO_SSL
#define USE_POLL
#define HAS_CHROOT
#undef NO_GETADDRINFO
export WINEPATH='C:\cygwin\bin'
cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h
wine bash cygwin.sh