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

« back to all changes in this revision

Viewing changes to lib/Makefile.m32

  • 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:
1
1
#########################################################################
2
 
# $Id: Makefile.m32,v 1.50 2007-08-25 12:08:38 gknauf Exp $
 
2
# $Id: Makefile.m32,v 1.51 2008-01-17 01:25:46 gknauf Exp $
3
3
#
4
4
## Makefile for building libcurl.a with MingW32 (GCC-3.2) and
5
5
## optionally OpenSSL (0.9.8), libssh2 (0.17), zlib (1.2.3)
21
21
endif
22
22
# Edit the path below to point to the base of your OpenSSL package.
23
23
ifndef OPENSSL_PATH
24
 
OPENSSL_PATH = ../../openssl-0.9.8e
 
24
OPENSSL_PATH = ../../openssl-0.9.8g
25
25
endif
26
26
# Edit the path below to point to the base of your LibSSH2 package.
27
27
ifndef LIBSSH2_PATH
28
 
LIBSSH2_PATH = ../../libssh2-0.17
 
28
LIBSSH2_PATH = ../../libssh2-0.18
29
29
endif
30
30
# Edit the path below to point to the base of your Novell LDAP NDK.
31
31
ifndef LDAP_SDK