diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-21 17:26:35 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-21 17:26:35 (GMT) |
commit | 18396d9bc183cb43286eb4d4a4f16be579f2d0d1 (patch) | |
tree | a4d517b3121b9e381774dbbcf3c93f3f796db232 | |
parent | ce52db2fa3d72e87043c1015b850ea2e38783821 (diff) | |
download | hdf5-18396d9bc183cb43286eb4d4a4f16be579f2d0d1.zip hdf5-18396d9bc183cb43286eb4d4a4f16be579f2d0d1.tar.gz hdf5-18396d9bc183cb43286eb4d4a4f16be579f2d0d1.tar.bz2 |
[svn-r10966] Purpose:
Update project file.
Description:
H5Pocpl.c was added into windows/proj/hdf5dll/hdf5dll.dsp
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index a518cfc..4c086b1 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1475,6 +1475,21 @@ SOURCE=..\..\..\src\H5Pfcpl.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Pocpl.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\H5Ptest.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |