diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2012-10-28 03:39:07 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2012-10-28 03:39:07 (GMT) |
commit | 57d23e506251e01367c41c741bbfed86dff69ccc (patch) | |
tree | 444e984c27b824107d0b7125b21af54e520a06c9 | |
parent | 88885a82aed548e2847f8e98a55eeeb53779328d (diff) | |
download | hdf5-57d23e506251e01367c41c741bbfed86dff69ccc.zip hdf5-57d23e506251e01367c41c741bbfed86dff69ccc.tar.gz hdf5-57d23e506251e01367c41c741bbfed86dff69ccc.tar.bz2 |
[svn-r22984] Removed references to windows files for legacy builds with Visual Studio that were removed.
Tested on jam.
-rwxr-xr-x | bin/h5vers | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -187,10 +187,6 @@ die "unable to read file: $RELEASE\n" unless -r $file; my $CONFIGURE = $file; $CONFIGURE =~ s/[^\/]*$/..\/configure.ac/; die "unable to read file: $CONFIGURE\n" unless -r $file; -# windows/src/H5pubconf.h -my $H5PUBCONF = $file; -$H5PUBCONF =~ s/[^\/]*$/..\/windows\/src\/H5pubconf.h/; -die "unable to read file: $H5PUBCONF\n" unless -r $file; # vms/src/h5pubconf.h my $H5VMSPUBCONF = $file; $H5VMSPUBCONF =~ s/[^\/]*$/..\/vms\/src\/h5pubconf.h/; @@ -242,7 +238,6 @@ if ($set) { $README = ""; $RELEASE = ""; $CONFIGURE = ""; - $H5PUBCONF = ""; $H5VMSPUBCONF = ""; $LT_VERS = ""; @newver = @curver; @@ -392,9 +387,6 @@ sub gen_h5pubconf { close FILE; } -# Update the Windows-maintained H5pubconf.h file -gen_h5pubconf("HDF5", $H5PUBCONF, @newver) if $H5PUBCONF; - # Update the VMS-maintained h5pubconf.h file gen_h5pubconf("HDF5", $H5VMSPUBCONF, @newver) if $H5VMSPUBCONF; |