diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-28 21:48:58 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-28 21:48:58 (GMT) |
commit | bed9f950f7ea321e3ffe031b6d4f6157fa596823 (patch) | |
tree | 7102e2fc421bcf7d3db90b7aa26f7bb6463f0231 | |
parent | 83929ea716220890e41f923566aa5c89e8e735d3 (diff) | |
download | hdf5-bed9f950f7ea321e3ffe031b6d4f6157fa596823.zip hdf5-bed9f950f7ea321e3ffe031b6d4f6157fa596823.tar.gz hdf5-bed9f950f7ea321e3ffe031b6d4f6157fa596823.tar.bz2 |
[svn-r11841] Purpose:
Maintenance on Windows
Description:
Update project file because the source file names changed
Solution:
Platforms tested:
Windows XP
Misc. update:
-rwxr-xr-x | windows/proj/hdf5_hl/hdf5_hl.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/proj/hdf5_hl/hdf5_hl.dsp b/windows/proj/hdf5_hl/hdf5_hl.dsp index e1f7269..4243d5b 100755 --- a/windows/proj/hdf5_hl/hdf5_hl.dsp +++ b/windows/proj/hdf5_hl/hdf5_hl.dsp @@ -106,19 +106,19 @@ SOURCE=..\..\..\hl\src\H5LT.c # End Source File # Begin Source File -SOURCE=..\..\..\hl\src\H5PT.c +SOURCE=..\..\..\hl\src\H5LTanalyze.c # End Source File # Begin Source File -SOURCE=..\..\..\hl\src\H5TB.c +SOURCE=..\..\..\hl\src\H5LTparse.c # End Source File # Begin Source File -SOURCE=..\..\..\hl\src\lex.yy.c +SOURCE=..\..\..\hl\src\H5PT.c # End Source File # Begin Source File -SOURCE=..\..\..\hl\src\y.tab.c +SOURCE=..\..\..\hl\src\H5TB.c # End Source File # End Group # Begin Group "Header Files" |