~ubuntu-branches/ubuntu/natty/curl/natty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.vc8

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-08-12 08:20:48 UTC
  • mto: (3.4.8 sid)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20100812082048-7g7fewx1ai2ozgsf
Tags: upstream-7.21.1
ImportĀ upstreamĀ versionĀ 7.21.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
PROGRAM_NAME = curl.exe
16
16
 
 
17
!IFNDEF OPENSSL_PATH
 
18
OPENSSL_PATH = ../../openssl-0.9.8o
 
19
!ENDIF
 
20
 
17
21
!IFNDEF ZLIB_PATH
18
 
ZLIB_PATH = ../../zlib-1.2.3
19
 
!ENDIF
20
 
 
21
 
!IFNDEF OPENSSL_PATH
22
 
OPENSSL_PATH = ../../openssl-0.9.8g
 
22
ZLIB_PATH = ../../zlib-1.2.5
23
23
!ENDIF
24
24
 
25
25
!IFNDEF MACHINE