diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-11-17 19:13:00 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-11-17 19:13:00 (GMT) |
commit | 6b43203d7f8ce26fe396452cafef4e9537c540c1 (patch) | |
tree | fac414008cfc371da0540046b7cf9b56295c8dc7 /windows/proj | |
parent | b3b538cf581ecf0a5ce9fa883a16061fda84b881 (diff) | |
download | hdf5-6b43203d7f8ce26fe396452cafef4e9537c540c1.zip hdf5-6b43203d7f8ce26fe396452cafef4e9537c540c1.tar.gz hdf5-6b43203d7f8ce26fe396452cafef4e9537c540c1.tar.bz2 |
[svn-r16085] Purpose: Add new source file to Windows projects
Description:
Recently a new source file, H5Pdapl.c, was introduced. This checkin adds the file to our Windows projects.
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 4 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 3cfba0d..72d580a 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -6273,6 +6273,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Pdapl.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Pdcpl.c"
>
<FileConfiguration
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 0cbbc69..f8023cc 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -6316,6 +6316,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Pdapl.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Pdcpl.c"
>
<FileConfiguration
|