]> Git repositories of Nishi - tewi.git/commitdiff
fix cygwin build
authorNishi <nishi@nishi.boats>
Thu, 26 Sep 2024 22:59:42 +0000 (22:59 +0000)
committerNishi <nishi@nishi.boats>
Thu, 26 Sep 2024 22:59:42 +0000 (22:59 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@181 8739d7e6-ffea-ec47-b151-bdff447c6205

Makefile
cygwin-wine.sh

index 5f7be75edb8a7b3ad6007d713fb9193542f52f8d..233a05683cef4513b8e7dc93212f77a59fbcdc0d 100644 (file)
--- 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
index 8ce7137a386a3153ce8c4173166a00717235a8cc..00c8a9522109deed0e5c566b97a020b0b3462c14 100755 (executable)
@@ -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