diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-22 13:55:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-22 13:55:42 (GMT) |
commit | fbc311695bb441d78bf32897ed9485b4177e57fb (patch) | |
tree | e9a99fcb0b2bb724a9248e1849872850bb619cbd /windows/proj | |
parent | 9b9e0fe850c5fc22531ec5e5cfa737afe278b809 (diff) | |
download | hdf5-fbc311695bb441d78bf32897ed9485b4177e57fb.zip hdf5-fbc311695bb441d78bf32897ed9485b4177e57fb.tar.gz hdf5-fbc311695bb441d78bf32897ed9485b4177e57fb.tar.bz2 |
[svn-r20137] Correct hl/fortran/src INCLUDE_DIRECTORIES.
Add new efc files and projects to windows
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 84f620f..3a9da4d 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -537,6 +537,10 @@ RelativePath="..\..\..\src\H5FDwindows.c"
>
</File>
+ <File
+ RelativePath="..\..\..\src\H5Fefc.c"
+ >
+ </File>
<File
RelativePath="..\..\..\src\H5Ffake.c"
>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index b2f50b3..90b94e4 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -623,6 +623,10 @@ RelativePath="..\..\..\src\H5FDwindows.c"
>
</File>
+ <File
+ RelativePath="..\..\..\src\H5Fefc.c"
+ >
+ </File>
<File
RelativePath="..\..\..\src\H5Ffake.c"
>
|