diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-04-05 15:50:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-04-05 15:50:07 (GMT) |
commit | 9a72ebee444ddd75e48bdc2df024671b65bc7a20 (patch) | |
tree | 72d8c3a96e96aeca90a1816ab67df11d9c535020 /windows/proj | |
parent | 6ea7793875478bb842d174d95e09a1081a83cce9 (diff) | |
download | hdf5-9a72ebee444ddd75e48bdc2df024671b65bc7a20.zip hdf5-9a72ebee444ddd75e48bdc2df024671b65bc7a20.tar.gz hdf5-9a72ebee444ddd75e48bdc2df024671b65bc7a20.tar.bz2 |
[svn-r18510] Updated project files to generate and link H5lib_settings.c
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 4112451..2bc2d64 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -866,6 +866,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5lib_settings.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5MF.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index e2ed985..c755e83 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -953,6 +953,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5lib_settings.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5MF.c"
>
</File>
|