diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-19 20:11:15 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-19 20:11:15 (GMT) |
commit | 69e5741a58e82650b9ca417dd891fb49a927b21b (patch) | |
tree | bc008a4196ca73f3640a282e5ae799b80127090a /windows | |
parent | af8a17971e1c690812b9d7adf6b03f5d9854c22d (diff) | |
download | hdf5-69e5741a58e82650b9ca417dd891fb49a927b21b.zip hdf5-69e5741a58e82650b9ca417dd891fb49a927b21b.tar.gz hdf5-69e5741a58e82650b9ca417dd891fb49a927b21b.tar.bz2 |
[svn-r10766] Purpose:
New source files added to hdf5.dsp.
Description:
Add new source files H5MP.c and H5MPtest.c to hdf5.dsp
Solution:
Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 72747dd..fe60f44 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -2274,6 +2274,40 @@ SOURCE=..\..\..\src\hdf5.h # End Group # Begin Source File +SOURCE=..\..\..\src\H5MP.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\H5MPpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MPtest.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\H5SHpkg.h # End Source File # Begin Source File |