diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-05 23:02:27 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-05 23:02:27 (GMT) |
commit | 9efcd7831ab2b918a8a953bce2d8939b12351015 (patch) | |
tree | 740b80ddbd81c4d58ea268764f5c008349a8199b /windows | |
parent | fa1156c3729a6a7083cf3539b097fa6b05997606 (diff) | |
download | hdf5-9efcd7831ab2b918a8a953bce2d8939b12351015.zip hdf5-9efcd7831ab2b918a8a953bce2d8939b12351015.tar.gz hdf5-9efcd7831ab2b918a8a953bce2d8939b12351015.tar.bz2 |
[svn-r11027] Purpose:
Update project file.
Description:
New source code H5Fmount.c and H5Fsuper.c added
Solution:
Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 541f2b2..a66aa79 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -742,6 +742,21 @@ SOURCE=..\..\..\src\H5FL.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Fmount.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\H5FO.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -759,6 +774,21 @@ SOURCE=..\..\..\src\H5FO.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Fsuper.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\H5G.c !IF "$(CFG)" == "hdf5 - Win32 Release" |