diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-01-03 17:25:03 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-01-03 17:25:03 (GMT) |
commit | e8804cada87f3988051940941a7019298646c749 (patch) | |
tree | e486ec25f903bb3ec1fd38e73a2fd79ecf9e137f /windows/proj/hdf5dll | |
parent | febe6dc75697adbd0b07dbbc8090c4cddcebfbff (diff) | |
download | hdf5-e8804cada87f3988051940941a7019298646c749.zip hdf5-e8804cada87f3988051940941a7019298646c749.tar.gz hdf5-e8804cada87f3988051940941a7019298646c749.tar.bz2 |
[svn-r11859] Purpose:
windows maintenance
Description:
Add in H5Pacpl.c
Solution:
Platforms tested:
Windows XP
Misc. update:
Diffstat (limited to 'windows/proj/hdf5dll')
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 03640f8..df2886d 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1729,6 +1729,21 @@ SOURCE=..\..\..\src\H5P.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Pacpl.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\H5Pdcpl.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |