diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-07 20:59:19 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-07 20:59:19 (GMT) |
commit | dc4d83f7b0010268fdf1bfadccb5f6142ebf49b1 (patch) | |
tree | 2781dd1a7b784f8852425c193d87c295c826e117 /windows/proj/hdf5 | |
parent | 00a1908e767a3b64b145a91c5ab81493b366ea91 (diff) | |
download | hdf5-dc4d83f7b0010268fdf1bfadccb5f6142ebf49b1.zip hdf5-dc4d83f7b0010268fdf1bfadccb5f6142ebf49b1.tar.gz hdf5-dc4d83f7b0010268fdf1bfadccb5f6142ebf49b1.tar.bz2 |
[svn-r11044] Purpose:
Update project file.
Description:
New source codes added (H5BP.c H5BPcache.c H5BPdbg.c and H5BPtest.c)
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
Diffstat (limited to 'windows/proj/hdf5')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index a66aa79..84ef180 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -276,6 +276,66 @@ SOURCE=..\..\..\src\H5B2test.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5BP.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\H5BPcache.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\H5BPdbg.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\H5BPtest.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\H5BT.c !IF "$(CFG)" == "hdf5 - Win32 Release" |