Skip to content

Commit

Permalink
Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Aug 2, 2010
1 parent bd5df39 commit dfa6ee8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Makefile.Watcom
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfa6ee8

Please sign in to comment.