[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
This commit is contained in:
Scott Wegner 2007-07-30 11:22:24 -05:00
parent d65d8084ff
commit aa3904cc76
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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%

View File

@ -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%
)

View File

@ -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"

View File

@ -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"