From 186ae1ef9d912706bb2a1b6714a53afd5f2041b5 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 26 Sep 2024 22:59:42 +0000 Subject: [PATCH] fix cygwin build git-svn-id: file:///raid/svn-personal/tewi/trunk@181 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Makefile | 2 +- cygwin-wine.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 5f7be75..233a056 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ clean: $(MAKE) -C ./Server $(FLAGS) clean $(MAKE) -C ./Module $(FLAGS) clean $(MAKE) -C ./Common $(FLAGS) clean - rm -f ./Tool/option ./Tool/genconf + rm -f ./Tool/option ./Tool/genconf ./Tool/itworks diff --git a/cygwin-wine.sh b/cygwin-wine.sh index 8ce7137..00c8a95 100755 --- a/cygwin-wine.sh +++ b/cygwin-wine.sh @@ -1,12 +1,6 @@ #!/bin/sh # $Id$ -# -#undef NO_IPV6 -#undef NO_SSL -#define USE_POLL -#define HAS_CHROOT -#undef NO_GETADDRINFO export WINEPATH='C:\cygwin\bin' cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h wine bash cygwin.sh -- 2.45.2