[Zlib-devel] zlib 1.2.4 released - VMS

Martin Zinser zinser at zinser.no-ip.info
Sat Mar 13 16:33:01 EST 2010


Hello,

one minor change in make_vms.com (Checking if a temp file exists,
before attempting to remove it).

Greetings, Martin

*** make_vms.com.orig   2010-02-21 21:53:59.000000000 -0600
--- make_vms.com        2010-03-13 15:25:12.000000000 -0600
***************
*** 134,140 ****
  $ write aconf "#endif"
  $ close aconf_in
  $ close aconf
! $ delete 'th';*
  $! Build the thing plain or with mms
  $!
  $ write sys$output "Compiling Zlib sources ..."
--- 134,140 ----
  $ write aconf "#endif"
  $ close aconf_in
  $ close aconf
! $ if f$search("''th'") .nes. "" then delete 'th';*
  $! Build the thing plain or with mms
  $!
  $ write sys$output "Compiling Zlib sources ..."




More information about the Zlib-devel mailing list