mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc.
This commit is contained in:
parent
bd5df39a29
commit
dfa6ee890d
@ -67,11 +67,8 @@ LINK_ARG = $(OBJ_DIR)\wlink.arg
|
||||
!else
|
||||
!include Makefile.inc
|
||||
!endif
|
||||
# Unfortunately, we can't include Makefile.inc here because wmake doesn't
|
||||
# use backslash as the line continuation character by default
|
||||
CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c &
|
||||
getpass.c homedir.c curlutil.c os-specific.c
|
||||
|
||||
# For now we still define the CURLX_ONES sources here unless we know how
|
||||
# to split off the prefixed path.
|
||||
CURLX_SOURCES = rawstr.c nonblock.c
|
||||
|
||||
OBJS = $(CURL_SOURCES:.c=.obj)
|
||||
|
Loading…
Reference in New Issue
Block a user