mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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:
parent
d65d8084ff
commit
aa3904cc76
@ -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
|
||||
|
@ -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
|
||||
|
@ -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%
|
||||
|
@ -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%
|
||||
)
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user