diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-05-18 18:31:50 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-05-18 18:31:50 (GMT) |
commit | 698f38c1fedfb487c5e2df274730c3df59ef8527 (patch) | |
tree | 9ecc97048d0d7fe629ab65c170d1f9e405d7fe1e /windows/proj | |
parent | b0d43609b2fd4123648195a3ae06d32fdeeb2507 (diff) | |
download | hdf5-698f38c1fedfb487c5e2df274730c3df59ef8527.zip hdf5-698f38c1fedfb487c5e2df274730c3df59ef8527.tar.gz hdf5-698f38c1fedfb487c5e2df274730c3df59ef8527.tar.bz2 |
[svn-r12357] Purpose:
Updating project file
Description:
Due to the new added source codes under hdf5/src.
Solution:
Project file has to be changed to reflect this
Platforms tested:
VS 6.0 ( Failed during compiling because of compiler failure)
VS 7.0
Everything okay except that several h5repack tests get skipped.
Don't know whether this happens on other platforms.
h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_none:S+O=31 -
SKIPED-
h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -SKIP
ED-
h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_scaleoffset:N
ONE -SKIPED-
h5repack -i test_all.h5 -o out.test_all.h5 -SKIP
ED-
Misc. update:
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 70 |
1 files changed, 65 insertions, 5 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 8f06f4b..cb7cd94 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -882,6 +882,51 @@ SOURCE=..\..\..\src\H5FO.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FS.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\H5FScache.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\H5FSdbg.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\H5Fsfile.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1168,7 +1213,7 @@ SOURCE=..\..\..\src\H5HFdtable.c # End Source File # Begin Source File -SOURCE=..\..\..\src\H5HFflist.c +SOURCE=..\..\..\src\H5HFhdr.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1183,7 +1228,7 @@ SOURCE=..\..\..\src\H5HFflist.c # End Source File # Begin Source File -SOURCE=..\..\..\src\H5HFhdr.c +SOURCE=..\..\..\src\H5HFiblock.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1198,7 +1243,7 @@ SOURCE=..\..\..\src\H5HFhdr.c # End Source File # Begin Source File -SOURCE=..\..\..\src\H5HFiblock.c +SOURCE=..\..\..\src\H5HFint.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1213,7 +1258,7 @@ SOURCE=..\..\..\src\H5HFiblock.c # End Source File # Begin Source File -SOURCE=..\..\..\src\H5HFint.c +SOURCE=..\..\..\src\H5HFiter.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1228,7 +1273,22 @@ SOURCE=..\..\..\src\H5HFint.c # End Source File # Begin Source File -SOURCE=..\..\..\src\H5HFiter.c +SOURCE=..\..\..\src\H5HFsection.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\H5HFspace.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |