diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-08 14:48:58 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-08 14:48:58 (GMT) |
commit | c5c9b2507e22e06b04c8824813e34b504e71e281 (patch) | |
tree | e67547f0635a62f5e3cf85dc4161d7e258393164 /windows/batch_net | |
parent | 25c0edc3b1378665468fdec819cf34dc194695c9 (diff) | |
download | hdf5-c5c9b2507e22e06b04c8824813e34b504e71e281.zip hdf5-c5c9b2507e22e06b04c8824813e34b504e71e281.tar.gz hdf5-c5c9b2507e22e06b04c8824813e34b504e71e281.tar.bz2 |
[svn-r11053] Purpose:
Maintenance.
Description:
Modify path to b_tree_plusdll
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/batch_net')
-rwxr-xr-x | windows/batch_net/convert_to_vcproj.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/batch_net/convert_to_vcproj.bat b/windows/batch_net/convert_to_vcproj.bat index aa099f7..5616ef4 100755 --- a/windows/batch_net/convert_to_vcproj.bat +++ b/windows/batch_net/convert_to_vcproj.bat @@ -44,7 +44,7 @@ echo ************************************************************ >> convert.log convert.js %1\windows\test\btree2\btree2.dsp %1\windows\test\btree2\btree2.vcproj >> convert.log convert.js %1\windows\test\btree2dll\btree2dll.dsp %1\windows\test\btree2dll\btree2dll.vcproj >> convert.log convert.js %1\windows\test\b_plus_tree\b_plus_tree.dsp %1\windows\test\b_plus_tree\b_plus_tree.vcproj >> convert.log - convert.js %1\windows\test\b_plus_tree\b_plus_treedll.dsp %1\windows\test\b_plus_tree\b_plus_treedll.vcproj >> convert.log + convert.js %1\windows\test\b_plus_treedll\b_plus_treedll.dsp %1\windows\test\b_plus_treedll\b_plus_treedll.vcproj >> convert.log convert.js %1\windows\test\cache\cache.dsp %1\windows\test\cache\cache.vcproj >> convert.log convert.js %1\windows\test\cachedll\cachedll.dsp %1\windows\test\cachedll\cachedll.vcproj >> convert.log convert.js %1\windows\test\chunk\chunk.dsp %1\windows\test\chunk\chunk.vcproj >> convert.log |