diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-10-17 14:26:50 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-10-17 14:26:50 (GMT) |
commit | dcf8866b6af90aa0bf50ebeceda6b0f184a07c17 (patch) | |
tree | a6df7ca039892457078e9b921946e22917c7a31b /windows/proj | |
parent | 13c484162cc9098e6538deec931563848011bdb5 (diff) | |
download | hdf5-dcf8866b6af90aa0bf50ebeceda6b0f184a07c17.zip hdf5-dcf8866b6af90aa0bf50ebeceda6b0f184a07c17.tar.gz hdf5-dcf8866b6af90aa0bf50ebeceda6b0f184a07c17.tar.bz2 |
[svn-r14207] Purpose: Bring Windows up-to-date
Description:
-- Add new source files to Windows projects: H5Pdeprec.c, H5Pint.c, H5Ddbg.c, H5Dint.c
-- Add new h5dump XML tests to Windows test script
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 16 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index fa6fee2..4698bf0 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1265,6 +1265,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Ddbg.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Ddeprec.c"
>
<FileConfiguration
@@ -1357,6 +1361,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Dint.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dio.c"
>
<FileConfiguration
@@ -6253,6 +6261,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Pdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Pdxpl.c"
>
<FileConfiguration
@@ -6475,6 +6487,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Pint.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Plapl.c"
>
<FileConfiguration
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 186ba36..357bca2 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1343,6 +1343,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Ddbg.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Ddeprec.c"
>
<FileConfiguration
@@ -1435,6 +1439,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Dint.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dio.c"
>
<FileConfiguration
@@ -6299,6 +6307,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Pdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Pdxpl.c"
>
<FileConfiguration
@@ -6523,6 +6535,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Pint.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Plapl.c"
>
<FileConfiguration
|