Changeset 181 in Main for trunk


Ignore:
Timestamp:
Sep 27, 2024, 7:59:42 AM (7 weeks ago)
Author:
Nishi
Message:

fix cygwin build

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r171 r181  
    5252        $(MAKE) -C ./Module $(FLAGS) clean
    5353        $(MAKE) -C ./Common $(FLAGS) clean
    54         rm -f ./Tool/option ./Tool/genconf
     54        rm -f ./Tool/option ./Tool/genconf ./Tool/itworks
  • trunk/cygwin-wine.sh

    r180 r181  
    11#!/bin/sh
    22# $Id$
    3 #
    43
    5 #undef NO_IPV6
    6 #undef NO_SSL
    7 #define USE_POLL
    8 #define HAS_CHROOT
    9 #undef NO_GETADDRINFO
    104export WINEPATH='C:\cygwin\bin'
    115cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h
Note: See TracChangeset for help on using the changeset viewer.