From c6339462f5a4fe6a4d766db6e80bdc7a17c01a96 Mon Sep 17 00:00:00 2001 From: smolik Date: Wed, 14 Nov 2007 13:30:58 +0000 Subject: [PATCH] ul_ethd - reimplementation working with sockets - now sending uses fdopen - under windows now is possible to run ul_ethd like windows service ulut - disable compilation of utils_PROGRAMS under win32 - some error occures libulan - implemeted new command - fd_wait_recv - fdopen a lot of bug fixes regarding ul_eth implementation --- ulut/Makefile.omk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ulut/Makefile.omk b/ulut/Makefile.omk index ddcf5fa..72c5c7f 100644 --- a/ulut/Makefile.omk +++ b/ulut/Makefile.omk @@ -25,7 +25,9 @@ ulut_SOURCES = ul_dbufbase.c ul_dbufmore.c ul_gsa.c ul_gsacust.c \ lib_LOADLIBES = ulut +ifneq ($(TARGET_OS),win32) utils_PROGRAMS = ul_gavlchk ul_gsachk ul_htimchk +endif ul_gavlchk_SOURCES = ul_gavlchk.c ul_gsachk_SOURCES = ul_gsachk.c -- 2.39.2