summaryrefslogtreecommitdiffstats
path: root/windows/proj
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-10-06 19:07:16 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-10-06 19:07:16 (GMT)
commit87a508cd004dd8df846328d3beeb5d73251c5bdf (patch)
tree6d34d1472e2ea9594697cb8e5e8924556a35801e /windows/proj
parent0753d5964c2fa42269face7b85da2adb195f3086 (diff)
downloadhdf5-87a508cd004dd8df846328d3beeb5d73251c5bdf.zip
hdf5-87a508cd004dd8df846328d3beeb5d73251c5bdf.tar.gz
hdf5-87a508cd004dd8df846328d3beeb5d73251c5bdf.tar.bz2
[svn-r15789] Purpose: Add new source file, H5EAsblock.c, to Windows
Description: The source file H5EAsblock.c was recently added to svn. This checkin also adds it into our Windows project files. Note that it hasn't been included in the Visual Studio .NET projects. We are discontinuing our support for Visual Studio .NET in the trunk so we can use C99 features not available in Visual Studio .NET. From this point forward, the Visual Studio .NET projects won't be maintained, and will likely be deleted before the 1.10 release.
Diffstat (limited to 'windows/proj')
-rw-r--r--windows/proj/hdf5/hdf5.vcproj4
-rw-r--r--windows/proj/hdf5dll/hdf5dll.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj
index c5aca46..1c264c9 100644
--- a/windows/proj/hdf5/hdf5.vcproj
+++ b/windows/proj/hdf5/hdf5.vcproj
@@ -1719,6 +1719,10 @@
>
</File>
<File
+ RelativePath="..\..\..\src\H5EAsblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAstat.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj
index 550aa43..e2ce934 100644
--- a/windows/proj/hdf5dll/hdf5dll.vcproj
+++ b/windows/proj/hdf5dll/hdf5dll.vcproj
@@ -1808,6 +1808,10 @@
>
</File>
<File
+ RelativePath="..\..\..\src\H5EAsblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAstat.c"
>
</File>