From: Gisle Vanem Date: Wed, 12 Apr 2006 14:01:21 +0000 (+0000) Subject: Added splay.c. X-Git-Tag: curl-7_15_4~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2edf42567d4e3a388bfcddbe4b7171f85de7aa2;p=thirdparty%2Fcurl.git Added splay.c. --- diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 0cd7c83755..1692eaab6a 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -45,7 +45,8 @@ OBJS = $(OBJ_DIR)\transfer.obj $(OBJ_DIR)\file.obj & $(OBJ_DIR)\hostip6.obj $(OBJ_DIR)\inet_ntop.obj & $(OBJ_DIR)\hostsyn.obj $(OBJ_DIR)\parsedate.obj & $(OBJ_DIR)\select.obj $(OBJ_DIR)\sslgen.obj & - $(OBJ_DIR)\gtls.obj $(OBJ_DIR)\tftp.obj + $(OBJ_DIR)\gtls.obj $(OBJ_DIR)\tftp.obj & + $(OBJ_DIR)\splay.obj RESOURCE = $(OBJ_DIR)\libcurl.res