diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-07-30 16:22:24 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-07-30 16:22:24 (GMT) |
commit | aa3904cc76861c08538993c8a146482e9f2a4e9e (patch) | |
tree | a74988471e6acab2a7834e3f903d80ad345b9056 /windows_vs6 | |
parent | d65d8084ff8068befb28251c9dbf62ded4f24f5c (diff) | |
download | hdf5-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
Diffstat (limited to 'windows_vs6')
-rwxr-xr-x | windows_vs6/tools/h5stat/h5stat.dsp | 2 | ||||
-rwxr-xr-x | windows_vs6/tools/h5statdll/h5statdll.dsp | 2 |
2 files changed, 2 insertions, 2 deletions
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"
|