diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-13 19:17:58 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-13 19:17:58 (GMT) |
commit | 676e9e6f13caaeff5fb0e3809dda6d0e427bf0de (patch) | |
tree | 4aedf4450b7d84d38c670c279ac0466e20578d6e /windows/proj | |
parent | 4439d865175ca5122fcc7531c365c50dfea03e44 (diff) | |
download | hdf5-676e9e6f13caaeff5fb0e3809dda6d0e427bf0de.zip hdf5-676e9e6f13caaeff5fb0e3809dda6d0e427bf0de.tar.gz hdf5-676e9e6f13caaeff5fb0e3809dda6d0e427bf0de.tar.bz2 |
[svn-r11409] Purpose:
Maintenance on Windows
Description:
Add in H5Pgcpl.c(Newly checked in) into hdf5 project file on Windows
Solution:
Platforms tested:
MSVS 6.0 On windows XP
Misc. update:
Diffstat (limited to 'windows/proj')
-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 03937a9..32c0f2f 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1580,6 +1580,21 @@ SOURCE=..\..\..\src\H5Pfcpl.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Pgcpl.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\H5Pocpl.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |