diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-06-29 22:31:17 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-06-29 22:31:17 (GMT) |
commit | 0b0c229df92d3b8446c848cb7757fe71aedf1096 (patch) | |
tree | 2ce012a86f19292a9a610bcc0159a57efd4c2654 /windows/proj/hdf5 | |
parent | 1d7e8f9deedf6b2ce1cb6b7eea92236ed2f8dc28 (diff) | |
download | hdf5-0b0c229df92d3b8446c848cb7757fe71aedf1096.zip hdf5-0b0c229df92d3b8446c848cb7757fe71aedf1096.tar.gz hdf5-0b0c229df92d3b8446c848cb7757fe71aedf1096.tar.bz2 |
[svn-r13929] Purpose: Add source to Windows projects
Description:
Added new H5WB.c and H5WBprivate.h files to our Windows .NET / 6.0 project files.
Tested:
VS.NET on WinXP
Diffstat (limited to 'windows/proj/hdf5')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index ed27926..822095c 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -7053,6 +7053,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5WB.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Z.c">
<FileConfiguration
Name="Debug|Win32">
@@ -7504,6 +7507,9 @@ RelativePath="..\..\..\src\H5Vprivate.h">
</File>
<File
+ RelativePath="..\..\..\src\H5WBprivate.h">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Zprivate.h">
</File>
<File
|