Files
aws/win32
Pascal Obry 49db996e21 Fix build.cmd script for Windows platforms.
This script was not properly setting the XML/Ada environment variable
when installing AWS.

For Q807-020.
2017-08-07 18:21:32 +02:00
..
2002-03-04 11:14:59 +00:00
2002-03-04 11:14:59 +00:00

* To build and run applications using SSL it is required to install
  the OpenSSL DLL. See the following page for a link:

  http://www.openssl.org/related/binaries.html

  The needed DLLs are: libeay32.dll and libssl32.dll

  They must be copied into <gnat_root>/lib to be found by the
  linker and into <gnat_root>/bin to be found at runtime.

* How to use LDAP

  To build applications using LDAP you need to provides the -lwldap32
  linker option.