~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to lib/Makefile.Watcom

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#  Watcom / OpenWatcom / Win32 makefile for libcurl.
3
3
#  G. Vanem <giva@bgnett.no>
4
4
#
5
 
# $Id: Makefile.Watcom,v 1.6 2005/11/24 20:33:38 giva Exp $
 
5
# $Id: Makefile.Watcom,v 1.7 2006-04-12 14:01:21 giva Exp $
6
6
 
7
7
TARGETS = libcurl_wc.lib libcurl_wc.dll libcurl_wc_imp.lib
8
8
 
45
45
       $(OBJ_DIR)\hostip6.obj          $(OBJ_DIR)\inet_ntop.obj  &
46
46
       $(OBJ_DIR)\hostsyn.obj          $(OBJ_DIR)\parsedate.obj  &
47
47
       $(OBJ_DIR)\select.obj           $(OBJ_DIR)\sslgen.obj     &
48
 
       $(OBJ_DIR)\gtls.obj             $(OBJ_DIR)\tftp.obj
 
48
       $(OBJ_DIR)\gtls.obj             $(OBJ_DIR)\tftp.obj       &
 
49
       $(OBJ_DIR)\splay.obj
49
50
 
50
51
RESOURCE = $(OBJ_DIR)\libcurl.res
51
52