~ubuntu-branches/ubuntu/raring/curl/raring-proposed

« back to all changes in this revision

Viewing changes to docs/examples/Makefile.m32

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-28 12:21:13 UTC
  • mfrom: (3.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20120528122113-i5f42lajprljoudn
Tags: 7.26.0-1ubuntu1
* Resynchronise with 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.
* Adjust udeb configure flags handling to something easier to merge in
  future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-spi-winidn
28
28
##
29
29
## Hint: you can also set environment vars to control the build, f.e.:
30
 
## set ZLIB_PATH=c:/zlib-1.2.5
 
30
## set ZLIB_PATH=c:/zlib-1.2.7
31
31
## set ZLIB=1
32
32
#
33
33
###########################################################################
34
34
 
35
35
# Edit the path below to point to the base of your Zlib sources.
36
36
ifndef ZLIB_PATH
37
 
ZLIB_PATH = ../../../zlib-1.2.5
 
37
ZLIB_PATH = ../../../zlib-1.2.7
38
38
endif
39
39
# Edit the path below to point to the base of your OpenSSL package.
40
40
ifndef OPENSSL_PATH
41
 
OPENSSL_PATH = ../../../openssl-0.9.8r
 
41
OPENSSL_PATH = ../../../openssl-0.9.8x
42
42
endif
43
43
ifndef OPENSSL_LIBPATH
44
44
OPENSSL_LIBPATH = $(OPENSSL_PATH)/out
48
48
endif
49
49
# Edit the path below to point to the base of your LibSSH2 package.
50
50
ifndef LIBSSH2_PATH
51
 
LIBSSH2_PATH = ../../../libssh2-1.3.0
 
51
LIBSSH2_PATH = ../../../libssh2-1.4.2
52
52
endif
53
53
# Edit the path below to point to the base of your librtmp package.
54
54
ifndef LIBRTMP_PATH