diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-06 17:54:03 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-06 17:54:03 (GMT) |
commit | 16fb858103b76425c8792a34777e73dcd3e75027 (patch) | |
tree | 625a649f66f9aa8e15466432f4bcde435bf3dc70 /windows/proj/hdf5dll | |
parent | 792b756e2beca141bb57e3d01403621008c3241b (diff) | |
download | hdf5-16fb858103b76425c8792a34777e73dcd3e75027.zip hdf5-16fb858103b76425c8792a34777e73dcd3e75027.tar.gz hdf5-16fb858103b76425c8792a34777e73dcd3e75027.tar.bz2 |
[svn-r11765] Purpose:
Maintenance on Windows
Description:
Add H5Goh.c, H5Doh.c and H5Toh.c into hdf5dll.dsp
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
Diffstat (limited to 'windows/proj/hdf5dll')
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 917eec6..03640f8 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -608,6 +608,21 @@ SOURCE=..\..\..\src\H5Dmpio.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Doh.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\H5Dselect.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1104,6 +1119,21 @@ SOURCE=..\..\..\src\H5Gobj.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Goh.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\H5Gstab.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -2382,6 +2412,21 @@ SOURCE=..\..\..\src\H5Toffset.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Toh.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\H5Topaque.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |