~ubuntu-branches/ubuntu/maverick/curl/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.Watcom

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080618152157-j8b12047aqcl6kii
Tags: upstream-7.18.2
ImportĀ upstreamĀ versionĀ 7.18.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#  Watcom / OpenWatcom / Win32 makefile for cURL.
3
3
#  G. Vanem <gvanem@broadpark.no>
4
4
#
5
 
# $Id: Makefile.Watcom,v 1.9 2007-12-09 09:58:56 giva Exp $
 
5
# $Id: Makefile.Watcom,v 1.10 2008-05-09 16:31:51 yangtse Exp $
6
6
 
7
7
CC = wcc386
8
8
 
9
9
CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm     &
10
 
         -bt=nt -d+ -dWIN32 -dHAVE_STRTOLL -dWITHOUT_MM_LIB                 &
 
10
         -bt=nt -d+ -dWIN32 -dHAVE_STRTOLL                                  &
11
11
         -dSIZEOF_CURL_OFF_T=8 -dCURLDEBUG -dENABLE_IPV6 -dHAVE_WINSOCK2_H  &
12
12
         -I..\include -I..\lib
13
13