mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:43:35 +03:00
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
This commit is contained in:
parent
b4dcbbfabd
commit
b74b5e0602
12 changed files with 49 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Contact: easygcc@melotech.co.uk
|
||||
|
||||
# Project objects:
|
||||
objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr
|
||||
objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr o.nonblock
|
||||
|
||||
|
||||
# Compile options:
|
||||
|
|
@ -37,6 +37,9 @@ o.writeenv: c.writeenv
|
|||
o.rawstr: ../lib/c.rawstr
|
||||
gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr
|
||||
|
||||
o.nonblock: ../lib/c.nonblock
|
||||
gcc $(compileropts) -c -o nonblock.o ../lib/c.nonblock
|
||||
|
||||
# Dynamic dependancies:
|
||||
o.hugehelp: c.hugehelp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue