~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: Makefile.dist,v 1.40 2007-08-03 11:24:22 gknauf Exp $
 
21
# $Id: Makefile.dist,v 1.41 2008-01-19 11:33:06 bagder Exp $
22
22
###########################################################################
23
23
 
24
24
VC=vc6
128
128
        cd ..\src
129
129
        nmake /f Makefile.$(VC)
130
130
 
 
131
vc-x64:
 
132
        cd lib
 
133
        MACHINE=x64 nmake /f Makefile.$(VC) cfg=release
 
134
        cd ..\src
 
135
        MACHINE=x64 nmake /f Makefile.$(VC)
 
136
 
131
137
vc-zlib:
132
138
        cd lib
133
139
        nmake /f Makefile.$(VC) cfg=release-zlib