diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-14 16:17:15 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-14 16:17:15 (GMT) |
commit | cce5763b534f1ea24f402ad137d7f095df4bf637 (patch) | |
tree | d8de872847f5a706c030a6334755ecf7a5357b2d /windows/proj | |
parent | 5c6ea93f2fad2668a92aad4a086fdf36778969c8 (diff) | |
download | hdf5-cce5763b534f1ea24f402ad137d7f095df4bf637.zip hdf5-cce5763b534f1ea24f402ad137d7f095df4bf637.tar.gz hdf5-cce5763b534f1ea24f402ad137d7f095df4bf637.tar.bz2 |
[svn-r12086] Purpose:
Maintenance on Windows
Description:
Add H5B2stat.c H5HFflist.c H5HFstat.c into hdf5.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 180cbfe..689125a 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -276,6 +276,21 @@ SOURCE=..\..\..\src\H5B2int.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5B2stat.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5B2test.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -1037,6 +1052,21 @@ SOURCE=..\..\..\src\H5HFdbg.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFflist.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5HFint.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -1052,6 +1082,21 @@ SOURCE=..\..\..\src\H5HFint.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFstat.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5HFtest.c !IF "$(CFG)" == "hdf5 - Win32 Release" |