summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2012-10-28 03:39:07 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2012-10-28 03:39:07 (GMT)
commit57d23e506251e01367c41c741bbfed86dff69ccc (patch)
tree444e984c27b824107d0b7125b21af54e520a06c9 /bin/h5vers
parent88885a82aed548e2847f8e98a55eeeb53779328d (diff)
downloadhdf5-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.
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-xbin/h5vers8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/h5vers b/bin/h5vers
index 138a8e9..475ff5a 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -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;