From 6ffdaca0161bcc9f785d7d3c79ae9835998e4465 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 25 May 2006 11:44:39 -0500 Subject: [svn-r12378] Purpose: Maintenance Description: Added location of the zlib library compiled with /float=ieee_float flag Solution: Platforms tested: VMS server Misc. update: --- vms/make.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vms/make.com b/vms/make.com index 2270c25..0635820 100644 --- a/vms/make.com +++ b/vms/make.com @@ -36,7 +36,8 @@ $ copy [.tools.lib]make.com [-.tools.lib] $! $! Define location of ZLIB library. If you do not have it on your system, download $! source code from http://www.zlib.net/, build and install on your system -$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3] +$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3] +$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee] $! $! Set up compilation flags here $! Do not remove define=H5_VMS and standard=strict_ansi qualifiers. -- cgit v0.12