diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-01-21 16:44:56 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-01-21 16:44:56 (GMT) |
commit | 70c30abe029a6f7be2fd5f7015dfdbd490a7d005 (patch) | |
tree | a5c32929adc08b6ad98fc4090b94b84abe481df1 /windows/tools/testfiles | |
parent | 9d241fd66ee144f5c815d209013ad26f2f1b28e0 (diff) | |
download | hdf5-70c30abe029a6f7be2fd5f7015dfdbd490a7d005.zip hdf5-70c30abe029a6f7be2fd5f7015dfdbd490a7d005.tar.gz hdf5-70c30abe029a6f7be2fd5f7015dfdbd490a7d005.tar.bz2 |
[svn-r14447] Purpose: Fix output directory for h5reparttst project
Description:
For some reason, the h5reparttst output folder wasn't set correcty for 64-bit Windows. This may have gotten accidentally changed with other intermediate project file changes.
Tested:
VS2005 on WinXP x64
Diffstat (limited to 'windows/tools/testfiles')
-rw-r--r-- | windows/tools/testfiles/h5reparttst/h5reparttst.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj b/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj index 5c2fec9..f4c55ba 100644 --- a/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj +++ b/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj @@ -109,7 +109,7 @@ </Configuration>
<Configuration
Name="Debug|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ OutputDirectory=".\../../../../tools/testfiles/h5reparttst/Debug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -292,7 +292,7 @@ </Configuration>
<Configuration
Name="Release|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ OutputDirectory=".\../../../../tools/testfiles/h5reparttst/Release"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|