[svn-r16464] I brought them up to date. I'm testing them on OpenVMS now.

This commit is contained in:
Raymond Lu
2009-02-11 13:45:02 -05:00
parent 96a0892ba8
commit 77e347b19f
19 changed files with 188 additions and 149 deletions

View File

@@ -16,8 +16,11 @@ $! Makefile for VAX/VMX systems.
$!
$! Make h5diff tool
$!
$! ccopt = "/float=ieee_float"
$
$! The next two lines should be uncommented only when building by hand in the
$! current directory. Use build.com in the vms directory to build
$! the distribution. Make sure that location of the zlib library is correct.
$! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3]
$! ccopt = "/float=ieee_float/define=H5_VMS/include=zlib_dir"
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
$!
$ cobj= "h5diff_main, h5diff_common, h5diffgentest"