diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-05 23:03:46 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-05 23:03:46 (GMT) |
commit | f33fa44b5604ad6ca14bf9839498301bec60540f (patch) | |
tree | 6bf46cc6a751c0c2cd07bccb1213e1cd9ba51c05 /windows | |
parent | 9efcd7831ab2b918a8a953bce2d8939b12351015 (diff) | |
download | hdf5-f33fa44b5604ad6ca14bf9839498301bec60540f.zip hdf5-f33fa44b5604ad6ca14bf9839498301bec60540f.tar.gz hdf5-f33fa44b5604ad6ca14bf9839498301bec60540f.tar.bz2 |
[svn-r11028] Purpose:
Update project files
Description:
New source codes 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/hdf5dll/hdf5dll.dsp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 4c086b1..4148e63 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -818,6 +818,21 @@ SOURCE=..\..\..\src\H5FL.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Fmount.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\H5FO.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -837,6 +852,21 @@ SOURCE=..\..\..\src\H5FO.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Fsuper.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\H5G.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |