summaryrefslogtreecommitdiffstats
path: root/windows/install_dll.BAT
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-11-11 17:48:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-11-11 17:48:23 (GMT)
commit0514d23c0dfa2560e53ee4250592fd2a26f64e96 (patch)
treecdf65bed1e268a49b12e7e849231cd0e87302b5a /windows/install_dll.BAT
parent6e68ac3f2d1692ddee7d3152e2188072eb15cc9b (diff)
downloadhdf5-0514d23c0dfa2560e53ee4250592fd2a26f64e96.zip
hdf5-0514d23c0dfa2560e53ee4250592fd2a26f64e96.tar.gz
hdf5-0514d23c0dfa2560e53ee4250592fd2a26f64e96.tar.bz2
[svn-r17870] Removed VS6 reference in install_dll.bat.
Added option to not build and test debug versions.
Diffstat (limited to 'windows/install_dll.BAT')
-rwxr-xr-xwindows/install_dll.BAT11
1 files changed, 2 insertions, 9 deletions
diff --git a/windows/install_dll.BAT b/windows/install_dll.BAT
index 8a133c3..089d169 100755
--- a/windows/install_dll.BAT
+++ b/windows/install_dll.BAT
@@ -45,15 +45,8 @@ rem Add the DLLS to be copied here.
rem HDF5 Library
call :copy_dll proj\hdf5dll\debug\hdf5ddll.dll
call :copy_dll proj\hdf5dll\release\hdf5dll.dll
- rem We need this conditional because vs6 uses libtestD rather than libtestdll,
- rem Remove later when we fix the VS6 project name.
- if exist test\libtestdll\debug\libtestddll.dll (
- call :copy_dll test\libtestdll\debug\libtestddll.dll
- call :copy_dll test\libtestdll\release\libtestdll.dll
- ) else (
- call :copy_dll test\libtestD\debug\libtestDd.dll
- call :copy_dll test\libtestD\release\libtestD.dll
- )
+ call :copy_dll test\libtestdll\debug\libtestddll.dll
+ call :copy_dll test\libtestdll\release\libtestdll.dll
rem C++
call :copy_dll proj\hdf5_cppdll\debug\hdf5_cppddll.dll