diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-19 20:09:23 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-19 20:09:23 (GMT) |
commit | af8a17971e1c690812b9d7adf6b03f5d9854c22d (patch) | |
tree | fb5889f9d1ed38080d3c5d819d1cc2e013c2d475 | |
parent | 55fbda577b3ffa0d3646686e5ed583b471be4f74 (diff) | |
download | hdf5-af8a17971e1c690812b9d7adf6b03f5d9854c22d.zip hdf5-af8a17971e1c690812b9d7adf6b03f5d9854c22d.tar.gz hdf5-af8a17971e1c690812b9d7adf6b03f5d9854c22d.tar.bz2 |
[svn-r10765] Purpose:
Add new source file into hdfdll project file under hdf5/windows.
Description:
New source files H5MP.c and H5MPtest.c added into hdf5dll.dsp
Solution:
Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index c7f2662..a518cfc 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1065,6 +1065,36 @@ SOURCE=..\..\..\src\H5MM.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5MP.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\H5MPtest.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\H5O.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |