diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-10-22 15:04:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-10-22 15:04:46 (GMT) |
commit | 23acbc49d519977ae8ad99241d631a8645db5591 (patch) | |
tree | 83ab45449356c0b15735d93b577af5f541e18c7c /windows/c++ | |
parent | f747b55895caa21fdf9d318e4220a0dbf59f9e69 (diff) | |
download | hdf5-23acbc49d519977ae8ad99241d631a8645db5591.zip hdf5-23acbc49d519977ae8ad99241d631a8645db5591.tar.gz hdf5-23acbc49d519977ae8ad99241d631a8645db5591.tar.bz2 |
[svn-r17721] Added new files:
tlinks.cpp, tcheck_version.c
and tcheckversion projects
Diffstat (limited to 'windows/c++')
-rw-r--r-- | windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj | 4 | ||||
-rw-r--r-- | windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj index c795d28..0d872af 100644 --- a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj +++ b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj @@ -428,6 +428,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\c++\test\tlinks.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\c++\test\trefer.cpp"
>
</File>
diff --git a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj index b169201..4ceef84 100644 --- a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj +++ b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj @@ -428,6 +428,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\c++\test\tlinks.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\c++\test\trefer.cpp"
>
</File>
|