summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-07-30 16:22:24 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-07-30 16:22:24 (GMT)
commitaa3904cc76861c08538993c8a146482e9f2a4e9e (patch)
treea74988471e6acab2a7834e3f903d80ad345b9056
parentd65d8084ff8068befb28251c9dbf62ded4f24f5c (diff)
downloadhdf5-aa3904cc76861c08538993c8a146482e9f2a4e9e.zip
hdf5-aa3904cc76861c08538993c8a146482e9f2a4e9e.tar.gz
hdf5-aa3904cc76861c08538993c8a146482e9f2a4e9e.tar.bz2
[svn-r14024] Purpose: Update Windows files for h5stat rearrangement
Description: h5stat was moved from the ./tools/misc directory to its own directory, so many of our files needed to be updated. Tested: VS6 on WinXP VS.NET on WinXP
-rw-r--r--windows/tools/h5stat/h5stat.vcproj2
-rw-r--r--windows/tools/h5statdll/h5statdll.vcproj2
-rw-r--r--windows/tools/stattest.BAT6
-rwxr-xr-xwindows/tools/tooltest.bat2
-rwxr-xr-xwindows_vs6/tools/h5stat/h5stat.dsp2
-rwxr-xr-xwindows_vs6/tools/h5statdll/h5statdll.dsp2
6 files changed, 8 insertions, 8 deletions
diff --git a/windows/tools/h5stat/h5stat.vcproj b/windows/tools/h5stat/h5stat.vcproj
index 53b3f0a..5d7deb1 100644
--- a/windows/tools/h5stat/h5stat.vcproj
+++ b/windows/tools/h5stat/h5stat.vcproj
@@ -140,7 +140,7 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp">
<File
- RelativePath="..\..\..\tools\misc\h5stat.c">
+ RelativePath="..\..\..\tools\h5stat\h5stat.c">
<FileConfiguration
Name="Debug|Win32">
<Tool
diff --git a/windows/tools/h5statdll/h5statdll.vcproj b/windows/tools/h5statdll/h5statdll.vcproj
index b5b85ee..6150228 100644
--- a/windows/tools/h5statdll/h5statdll.vcproj
+++ b/windows/tools/h5statdll/h5statdll.vcproj
@@ -139,7 +139,7 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp">
<File
- RelativePath="..\..\..\tools\misc\h5stat.c">
+ RelativePath="..\..\..\tools\h5stat\h5stat.c">
<FileConfiguration
Name="Debug|Win32">
<Tool
diff --git a/windows/tools/stattest.BAT b/windows/tools/stattest.BAT
index 1770176..5844c82 100644
--- a/windows/tools/stattest.BAT
+++ b/windows/tools/stattest.BAT
@@ -58,9 +58,9 @@
:: NOTE1
::Set some variables to contain .h5 file and its path for convenience
- set file1=..\..\misc\testfiles\h5stat_filters.h5
- set file2=..\..\misc\testfiles\h5stat_tsohm.h5
- set file3=..\..\misc\testfiles\h5stat_newgrat.h5
+ set file1=..\..\h5stat\testfiles\h5stat_filters.h5
+ set file2=..\..\h5stat\testfiles\h5stat_tsohm.h5
+ set file3=..\..\h5stat\testfiles\h5stat_newgrat.h5
::Create the file to contain the tests output
type nul > %tempResults%
diff --git a/windows/tools/tooltest.bat b/windows/tools/tooltest.bat
index 827f9df..8150cfd 100755
--- a/windows/tools/tooltest.bat
+++ b/windows/tools/tooltest.bat
@@ -218,7 +218,7 @@
more /e +%ln% ..\..\temptest\temp.txt > %actual_output%
if %test_exefile%==h5stat (
- more /e +%ln_exp% ..\..\misc\testfiles\%1 > %exp_file%
+ more /e +%ln_exp% ..\..\h5stat\testfiles\%1 > %exp_file%
) else (
more /e +%ln_exp% ..\..\testfiles\%1 > %exp_file%
)
diff --git a/windows_vs6/tools/h5stat/h5stat.dsp b/windows_vs6/tools/h5stat/h5stat.dsp
index 607616c..cf2ec71 100755
--- a/windows_vs6/tools/h5stat/h5stat.dsp
+++ b/windows_vs6/tools/h5stat/h5stat.dsp
@@ -91,7 +91,7 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp"
# Begin Source File
-SOURCE=..\..\..\tools\misc\h5stat.c
+SOURCE=..\..\..\tools\h5stat\h5stat.c
# End Source File
# End Group
# Begin Group "Header Files"
diff --git a/windows_vs6/tools/h5statdll/h5statdll.dsp b/windows_vs6/tools/h5statdll/h5statdll.dsp
index 8f7e1f0..4028a47 100755
--- a/windows_vs6/tools/h5statdll/h5statdll.dsp
+++ b/windows_vs6/tools/h5statdll/h5statdll.dsp
@@ -90,7 +90,7 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp"
# Begin Source File
-SOURCE=..\..\..\tools\misc\h5stat.c
+SOURCE=..\..\..\tools\h5stat\h5stat.c
# End Source File
# End Group
# Begin Group "Header Files"