diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-16 17:49:43 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-16 17:49:43 (GMT) |
commit | d596ce8b81dda228ac6289aa3f6c3811e6402ef4 (patch) | |
tree | c0557551e60a5506568dfecad6817d873b943e5c /windows | |
parent | ed78e967e0cb7bda22caafb1ff658b6417536a7d (diff) | |
download | hdf5-d596ce8b81dda228ac6289aa3f6c3811e6402ef4.zip hdf5-d596ce8b81dda228ac6289aa3f6c3811e6402ef4.tar.gz hdf5-d596ce8b81dda228ac6289aa3f6c3811e6402ef4.tar.bz2 |
[svn-r12100] Purpose:
Maintenance on Windows
Description:
Replace the old source code with the new check in
Solution:
Platforms tested:
Windows XP
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp | 2 | ||||
-rwxr-xr-x | windows/hl/examples/ex_lite/ex_lite.dsp | 2 | ||||
-rwxr-xr-x | windows/hl/examples/ex_litedll/ex_litedll.dsp | 2 | ||||
-rwxr-xr-x | windows/hl/examples/ex_table/ex_table.dsp | 2 | ||||
-rwxr-xr-x | windows/hl/examples/ex_tabledll/ex_tabledll.dsp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp b/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp index 39e5213..faea1bf 100755 --- a/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp +++ b/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp @@ -90,7 +90,7 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\..\hl\examples\ex_images.c +SOURCE=..\..\..\..\hl\examples\ex_image1.c # End Source File # End Group # Begin Group "Header Files" diff --git a/windows/hl/examples/ex_lite/ex_lite.dsp b/windows/hl/examples/ex_lite/ex_lite.dsp index 4e39c59..ea3713a 100755 --- a/windows/hl/examples/ex_lite/ex_lite.dsp +++ b/windows/hl/examples/ex_lite/ex_lite.dsp @@ -92,7 +92,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=..\..\..\..\hl\examples\ex_lite.c +SOURCE=..\..\..\..\hl\examples\ex_lite1.c # End Source File # End Group # Begin Group "Header Files" diff --git a/windows/hl/examples/ex_litedll/ex_litedll.dsp b/windows/hl/examples/ex_litedll/ex_litedll.dsp index 7b8aea6..8f5ecc8 100755 --- a/windows/hl/examples/ex_litedll/ex_litedll.dsp +++ b/windows/hl/examples/ex_litedll/ex_litedll.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=..\..\..\..\hl\examples\ex_lite.c +SOURCE=..\..\..\..\hl\examples\ex_lite1.c # End Source File # End Group # Begin Group "Header Files" diff --git a/windows/hl/examples/ex_table/ex_table.dsp b/windows/hl/examples/ex_table/ex_table.dsp index bb6169f..0f74166 100755 --- a/windows/hl/examples/ex_table/ex_table.dsp +++ b/windows/hl/examples/ex_table/ex_table.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=..\..\..\..\hl\examples\ex_table.c +SOURCE=..\..\..\..\hl\examples\ex_table_01.c # End Source File # End Group # Begin Group "Header Files" diff --git a/windows/hl/examples/ex_tabledll/ex_tabledll.dsp b/windows/hl/examples/ex_tabledll/ex_tabledll.dsp index 7e3d0b3..328f51b 100755 --- a/windows/hl/examples/ex_tabledll/ex_tabledll.dsp +++ b/windows/hl/examples/ex_tabledll/ex_tabledll.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=..\..\..\..\hl\examples\ex_table.c +SOURCE=..\..\..\..\hl\examples\ex_table_01.c # End Source File # End Group # Begin Group "Header Files" |