diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-10-20 21:16:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-10-20 21:16:08 (GMT) |
commit | f6377589f7f0cfbd6d1ba28aa17a42ab3948f18e (patch) | |
tree | 6fbbc0114d43a3155b3e64c948f96aa8b65cf500 /windows | |
parent | cdf49b647234933fca0ee7cbed83591fe6858f6f (diff) | |
download | hdf5-f6377589f7f0cfbd6d1ba28aa17a42ab3948f18e.zip hdf5-f6377589f7f0cfbd6d1ba28aa17a42ab3948f18e.tar.gz hdf5-f6377589f7f0cfbd6d1ba28aa17a42ab3948f18e.tar.bz2 |
[svn-r17696] added new tlinks.cpp files to windows project files.
Tested: windows
Diffstat (limited to 'windows')
-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 c778b5d..3231c9d 100644 --- a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj +++ b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj @@ -763,6 +763,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\..\c++\test\tlinks.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\c++\test\trefer.cpp"
>
<FileConfiguration
diff --git a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj index f9302ab..e8f3709 100644 --- a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj +++ b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj @@ -763,6 +763,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\..\c++\test\tlinks.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\c++\test\trefer.cpp"
>
<FileConfiguration
|