diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-07 22:48:05 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-07 22:48:05 (GMT) |
commit | 3f48ca12651f4e3d34ebfd181ad5e46aea32298e (patch) | |
tree | 4756f550262168abda6fac5c72c78e5153a0290a /windows/proj | |
parent | 370d940cd0ad4cb7eb49314fd955c16b5dcfbe87 (diff) | |
download | hdf5-3f48ca12651f4e3d34ebfd181ad5e46aea32298e.zip hdf5-3f48ca12651f4e3d34ebfd181ad5e46aea32298e.tar.gz hdf5-3f48ca12651f4e3d34ebfd181ad5e46aea32298e.tar.bz2 |
[svn-r11690] Purpose:
Maintenance on Windows
Description:
Adding the new function H5LTtext_to_dtype() for converting text description to data type
Solution:
Platforms tested:
Windows XP
Misc. update:
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5_hl/hdf5_hl.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5_hl/hdf5_hl.dsp b/windows/proj/hdf5_hl/hdf5_hl.dsp index 397addd..e1f7269 100755 --- a/windows/proj/hdf5_hl/hdf5_hl.dsp +++ b/windows/proj/hdf5_hl/hdf5_hl.dsp @@ -112,6 +112,14 @@ SOURCE=..\..\..\hl\src\H5PT.c SOURCE=..\..\..\hl\src\H5TB.c # End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\lex.yy.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\y.tab.c +# End Source File # End Group # Begin Group "Header Files" |