diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-07 22:48:48 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-07 22:48:48 (GMT) |
commit | 8429c835ef9b5a00d05210f835d466718a7088ae (patch) | |
tree | 45aab20d129c29ec0861b037e69bb88c779a00bd /windows | |
parent | 3f48ca12651f4e3d34ebfd181ad5e46aea32298e (diff) | |
download | hdf5-8429c835ef9b5a00d05210f835d466718a7088ae.zip hdf5-8429c835ef9b5a00d05210f835d466718a7088ae.tar.gz hdf5-8429c835ef9b5a00d05210f835d466718a7088ae.tar.bz2 |
[svn-r11691] 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')
-rwxr-xr-x | windows/proj/hdf5_hldll/hdf5_hldll.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5_hldll/hdf5_hldll.dsp b/windows/proj/hdf5_hldll/hdf5_hldll.dsp index fef92bc..6a5a96f 100755 --- a/windows/proj/hdf5_hldll/hdf5_hldll.dsp +++ b/windows/proj/hdf5_hldll/hdf5_hldll.dsp @@ -118,6 +118,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" |