[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Modify the build system on Windows to optionally include and link Cyrus SASL

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-08-14 23:16:00 CEST

This patch was originally posted by D.J. Heap here:
http://svn.haxx.se/dev/archive-2006-07/0036.shtml

I made a couple of minor tweaks, and successfully tested it with an
updated version of my client-side patch, which I'll resubmit shortly.

[[[
Modify the build system on Windows to optionally include and link
Cyrus SASL.

* build/gen-make.py
  (_usage_exit): Document the new '--with-sasl' option.
  Add '--with-sasl' to the options list.

* build/generator/gen_win.py
  (parse_options): Parse the '--with-sasl' option.
  (get_win_defines): Define SVN_HAVE_SASL.
  (get_win_includes): Add Cyrus SASL's include directory.
  (get_win_lib_dirs): Add Cyrus SASL's library directory.
  (get_win_libs): Add libsasl.lib.
]]]

-- 
Vlad


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Aug 14 23:16:48 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.