diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-01-15 15:48:07 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-01-15 15:48:07 (GMT) |
commit | 6a5cb6a480878f42e102473edce24df9d388de7d (patch) | |
tree | b3fbf6c944774bf5bccbf48b0ea4e539844d8751 /windows | |
parent | 1feea1cfc1942bcd6e99e083f0d317465579b15e (diff) | |
download | hdf5-6a5cb6a480878f42e102473edce24df9d388de7d.zip hdf5-6a5cb6a480878f42e102473edce24df9d388de7d.tar.gz hdf5-6a5cb6a480878f42e102473edce24df9d388de7d.tar.bz2 |
[svn-r14416] Purpose: Add source files to Windows projects
Description:
This catches up Windows to most of the new source files that have been added. Specifically, H5FDpkg.h and H5FDspace.c have been added to the library projects, and tcoords.c has been added to testhdf5. This goes for VS2005 and VS6 project files.
Tested:
Only built, VS2005
Diffstat (limited to 'windows')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 8 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 8 | ||||
-rw-r--r-- | windows/test/testhdf5/testhdf5.vcproj | 4 | ||||
-rw-r--r-- | windows/test/testhdf5dll/testhdf5dll.vcproj | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 2a8e9c3..732026b 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -2265,6 +2265,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5FDspace.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDstdio.c"
>
<FileConfiguration
@@ -9095,6 +9099,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5FDpkg.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Fprivate.h"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index ee40d50..1816939 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -2363,6 +2363,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5FDspace.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDstdio.c"
>
<FileConfiguration
@@ -9196,6 +9200,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5FDpkg.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Fprivate.h"
>
</File>
diff --git a/windows/test/testhdf5/testhdf5.vcproj b/windows/test/testhdf5/testhdf5.vcproj index bf502eb..19e6912 100644 --- a/windows/test/testhdf5/testhdf5.vcproj +++ b/windows/test/testhdf5/testhdf5.vcproj @@ -565,6 +565,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\test\tcoords.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\test\testframe.c"
>
<FileConfiguration
diff --git a/windows/test/testhdf5dll/testhdf5dll.vcproj b/windows/test/testhdf5dll/testhdf5dll.vcproj index b57333f..f44720b 100644 --- a/windows/test/testhdf5dll/testhdf5dll.vcproj +++ b/windows/test/testhdf5dll/testhdf5dll.vcproj @@ -557,6 +557,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\test\tcoords.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\test\testhdf5.c"
>
<FileConfiguration
|