/[tewi]/cygwin-wine.sh
ViewVC logotype

Contents of /cygwin-wine.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Content type: application/x-sh
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