diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-13 19:16:25 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-13 19:16:25 (GMT) |
commit | 4439d865175ca5122fcc7531c365c50dfea03e44 (patch) | |
tree | 890e911200bc387d98ef8345d4efb7e18b322743 | |
parent | c8da2c7fdc74f5cfaf8b1ac27edcbb5ea12fe099 (diff) | |
download | hdf5-4439d865175ca5122fcc7531c365c50dfea03e44.zip hdf5-4439d865175ca5122fcc7531c365c50dfea03e44.tar.gz hdf5-4439d865175ca5122fcc7531c365c50dfea03e44.tar.bz2 |
[svn-r11408] Purpose:
Maintenance on Windows
Description:
Add H5Pgcpl.c(newly checked in) into hdf5 project file on windows
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
-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 73ac1bc..58aac69 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -1438,6 +1438,21 @@ SOURCE=..\..\..\src\H5Pfcpl.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Pgcpl.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\H5Pocpl.c !IF "$(CFG)" == "hdf5 - Win32 Release" |