diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-14 16:18:01 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-14 16:18:01 (GMT) |
commit | 664bd5da3f4d1ce5821b34c8e025592556e22381 (patch) | |
tree | da6205c2977d6b5176828849dfbffee6a5dff7dd | |
parent | cce5763b534f1ea24f402ad137d7f095df4bf637 (diff) | |
download | hdf5-664bd5da3f4d1ce5821b34c8e025592556e22381.zip hdf5-664bd5da3f4d1ce5821b34c8e025592556e22381.tar.gz hdf5-664bd5da3f4d1ce5821b34c8e025592556e22381.tar.bz2 |
[svn-r12087] Purpose:
Maintenance on Windows
Description:
Add H5B2stat.c H5HFflist.c H5HFstat.c into hdf5dll.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 492d35f..984f7de 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -306,6 +306,21 @@ SOURCE=..\..\..\src\H5B2int.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5B2stat.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5B2test.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1123,6 +1138,21 @@ SOURCE=..\..\..\src\H5HFdbg.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFflist.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5HFint.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1138,6 +1168,21 @@ SOURCE=..\..\..\src\H5HFint.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFstat.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5HFtest.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |