~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to src/Makefile.vc6

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1999 - 2013, 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
52
52
# Makefile.msvc.names provides libcurl file names
53
53
# ------------------------------------------------
54
54
 
55
 
!INCLUDE ..\Makefile.msvc.names
56
 
 
 
55
!INCLUDE ..\winbuild\Makefile.msvc.names
57
56
 
58
57
 
59
58
!IFNDEF OPENSSL_PATH
60
 
OPENSSL_PATH = ../../openssl-0.9.8x
 
59
OPENSSL_PATH = ../../openssl-0.9.8y
61
60
!ENDIF
62
61
 
63
62
!IFNDEF ZLIB_PATH