introduction of os-specific.c and os-specific.h

This commit is contained in:
Yang Tse 2009-06-05 16:14:50 +00:00
parent 2e7b36d04f
commit f1261bcdd7
10 changed files with 215 additions and 27 deletions

View file

@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1
README = ../docs/MANUAL
MKHELP = ../src/mkhelp.pl
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c
all: hugehelp.c $(OBJS:.c=.o)