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

Last change on this file since 374 was 181, checked in by Nishi, on Sep 27, 2024 at 7:59:42 AM

fix cygwin build

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 164 bytes
RevLine 
[180]1#!/bin/sh
2# $Id: cygwin-wine.sh 181 2024-09-26 22:59:42Z nishi $
3
4export WINEPATH='C:\cygwin\bin'
5cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h
6wine bash cygwin.sh
Note: See TracBrowser for help on using the repository browser.