aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.Watcom
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-07-15 21:49:47 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-07-15 21:49:47 +0000
commitb74b5e0602b26e8eec004b09d455b2ff0dbaffa1 (patch)
tree96ee82815d3dd12297226e3da8e93efa7766f54b /src/Makefile.Watcom
parentb4dcbbfabdbd457b181890991810c2ea6b10024f (diff)
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r--src/Makefile.Watcom12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom
index 1853bcc6b..7d38c393a 100644
--- a/src/Makefile.Watcom
+++ b/src/Makefile.Watcom
@@ -52,6 +52,10 @@ $(RESOURCE): curl.rc
$(OBJ_DIR)\rawstr.obj: ..\lib\rawstr.c
$(CC) $[@ $(CFLAGS) -fo=$@
+.ERASE
+$(OBJ_DIR)\nonblock.obj: ..\lib\nonblock.c
+ $(CC) $[@ $(CFLAGS) -fo=$@
+
#
# Dependencies based on "gcc -MM .."
#
@@ -111,3 +115,11 @@ $(OBJ_DIR)\rawstr.obj: ..\lib\rawstr.c ..\lib\setup.h ..\lib\config-win32.h &
..\lib\strerror.h ..\lib\urldata.h ..\lib\cookie.h ..\lib\formdata.h &
..\lib\timeval.h ..\lib\http_chunks.h ..\lib\hostip.h ..\lib\hash.h &
..\lib\llist.h ..\lib\splay.h ..\include\curl\mprintf.h
+
+$(OBJ_DIR)\nonblock.obj: ..\lib\nonblock.c ..\lib\setup.h ..\lib\config-win32.h &
+ ..\include\curl\curlbuild.h ..\include\curl\curlrules.h ..\lib\setup_once.h &
+ ..\include\curl\curl.h ..\include\curl\curlver.h ..\include\curl\curlrules.h &
+ ..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
+ ..\lib\strerror.h ..\lib\urldata.h ..\lib\cookie.h ..\lib\formdata.h &
+ ..\lib\timeval.h ..\lib\http_chunks.h ..\lib\hostip.h ..\lib\hash.h &
+ ..\lib\llist.h ..\lib\splay.h ..\include\curl\mprintf.h ..\lib\nonblock.h