1
1

add environ.c to the excluded list for building under Windows

This commit was SVN r5272.
Этот коммит содержится в:
Josh Hursey 2005-04-12 19:02:55 +00:00
родитель ce847c7458
Коммит 101caca214

Просмотреть файл

@ -73,10 +73,17 @@ EXTRA_DIRS =
#
# Files included by the dist that we don't want to compile
#
EXCLUDE_FILES = dt_arch.c epoll.c \
epoll_sub.c kqueue.c \
EXCLUDE_FILES = dt_arch.c \
epoll.c \
epoll_sub.c \
kqueue.c \
llm_base_parse_hostfile_lex.c \
misc.c poll.c rtsig.c signal.c stacktrace.c
misc.c \
poll.c \
rtsig.c \
signal.c \
stacktrace.c \
environ.c
#
# A small function to extract the list of all files in these directories