From aa3904cc76861c08538993c8a146482e9f2a4e9e Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 30 Jul 2007 11:22:24 -0500 Subject: [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 --- windows/tools/h5stat/h5stat.vcproj | 2 +- windows/tools/h5statdll/h5statdll.vcproj | 2 +- windows/tools/stattest.BAT | 6 +++--- windows/tools/tooltest.bat | 2 +- windows_vs6/tools/h5stat/h5stat.dsp | 2 +- windows_vs6/tools/h5statdll/h5statdll.dsp | 2 +- 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"> + RelativePath="..\..\..\tools\h5stat\h5stat.c"> + RelativePath="..\..\..\tools\h5stat\h5stat.c"> %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" -- cgit v0.12