source:
Main/trunk/cygwin-wine.sh@
180
Last change on this file since 180 was 180, checked in by , on Sep 27, 2024 at 7:44:15 AM | |
---|---|
|
|
File size: 253 bytes |
Rev | Line | |
---|---|---|
[180] | 1 | #!/bin/sh |
2 | # $Id: cygwin-wine.sh 180 2024-09-26 22:44:15Z nishi $ | |
3 | # | |
4 | ||
5 | #undef NO_IPV6 | |
6 | #undef NO_SSL | |
7 | #define USE_POLL | |
8 | #define HAS_CHROOT | |
9 | #undef NO_GETADDRINFO | |
10 | export WINEPATH='C:\cygwin\bin' | |
11 | cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h | |
12 | wine bash cygwin.sh |
Note:
See TracBrowser
for help on using the repository browser.