diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-04-28 14:04:29 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-04-28 14:04:29 (GMT) |
commit | 9017a8113c2a160389212c2863414d01650b360b (patch) | |
tree | e33820ecf79899a5f84ce6875b4f490292f553aa /windows/proj/hdf5dll/hdf5dll.vcproj | |
parent | 5ab3c53745dc11b2dcda20aad9a5e0e773b642c7 (diff) | |
download | hdf5-9017a8113c2a160389212c2863414d01650b360b.zip hdf5-9017a8113c2a160389212c2863414d01650b360b.tar.gz hdf5-9017a8113c2a160389212c2863414d01650b360b.tar.bz2 |
[svn-r14867] 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:
VS2005 on WinXP
Diffstat (limited to 'windows/proj/hdf5dll/hdf5dll.vcproj')
-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 6dc98f7..d681ec7 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1248,6 +1248,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dchunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dcompact.c"
>
<FileConfiguration
@@ -1628,6 +1632,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dscatgath.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dselect.c"
>
<FileConfiguration
|