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