diff options
Diffstat (limited to 'vms/make.com')
-rw-r--r-- | vms/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make.com b/vms/make.com index 65844bb..5a9b698 100644 --- a/vms/make.com +++ b/vms/make.com @@ -38,8 +38,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-ieee] +$ 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. |