diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-04-28 14:09:50 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-04-28 14:09:50 (GMT) |
commit | c954ba63a4ccdd39353506e7f963cb3efce70461 (patch) | |
tree | ee2efc6f3e354283d846d011c45a0405271603cb /windows/proj/hdf5dll | |
parent | 8340a573496afe53bbf17820b151adec41a2ec84 (diff) | |
download | hdf5-c954ba63a4ccdd39353506e7f963cb3efce70461.zip hdf5-c954ba63a4ccdd39353506e7f963cb3efce70461.tar.gz hdf5-c954ba63a4ccdd39353506e7f963cb3efce70461.tar.bz2 |
[svn-r14868] Purpose: Add new source files to Windows projects
Description:
Two new source files have been added, H5Dchunk.c and H5Dscatgath.c. This checkin adds the files to the Windows project files as well.
Tested:
VS.NET on WinXP
Diffstat (limited to 'windows/proj/hdf5dll')
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 1816939..495ae58 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1247,6 +1247,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dchunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dcompact.c"
>
<FileConfiguration
@@ -1627,6 +1631,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dscatgath.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dselect.c"
>
<FileConfiguration
|