diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-18 00:45:09 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-18 00:45:09 (GMT) |
commit | 0b069c8c5f9745048728d51aedf2605f4d1dca8f (patch) | |
tree | c6082f1ba318c26386e01ab633402e41841487da | |
parent | 5457f7a64aab930f053273f153aaaf31ff65ce97 (diff) | |
download | hdf5-0b069c8c5f9745048728d51aedf2605f4d1dca8f.zip hdf5-0b069c8c5f9745048728d51aedf2605f4d1dca8f.tar.gz hdf5-0b069c8c5f9745048728d51aedf2605f4d1dca8f.tar.bz2 |
[svn-r12272] Purpose:
Update DLL project file
Description:
New source files are added, DLL project needs to be updated to reflect the change.
Solution:
Platforms tested:
windows XP VS 6.0 C and C++
Misc. update:
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 984f7de..07ace95 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1138,6 +1138,36 @@ SOURCE=..\..\..\src\H5HFdbg.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFdblock.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\H5HFdtable.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\H5HFflist.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1153,6 +1183,36 @@ SOURCE=..\..\..\src\H5HFflist.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFhdr.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\H5HFiblock.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\H5HFint.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |