Parent Directory | Revision Log | Revision Graph
update
1 | #!/bin/sh |
2 | # $Id: cygwin-wine.sh 181 2024-09-26 22:59:42Z nishi $ |
3 | |
4 | export WINEPATH='C:\cygwin\bin' |
5 | cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h |
6 | wine bash cygwin.sh |
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |