source: Main/trunk/cygwin-wine.sh@ 180

Last change on this file since 180 was 180, checked in by Nishi, on Sep 27, 2024 at 7:44:15 AM

add cygwin-wine.sh

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 253 bytes
RevLine 
[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
10export WINEPATH='C:\cygwin\bin'
11cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h
12wine bash cygwin.sh
Note: See TracBrowser for help on using the repository browser.