diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-07-10 18:32:20 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-07-10 18:32:20 (GMT) |
commit | fe6c92ebd3e677f3ccd94d487bf5aeadc0c0c3fa (patch) | |
tree | 2bbefdf5c2b718d7f22874d53dba8e596e412592 /windows/copy_hdf.bat | |
parent | caa24a2a0568cf9337a4e3aebe4ff4653ce74ef7 (diff) | |
download | hdf5-fe6c92ebd3e677f3ccd94d487bf5aeadc0c0c3fa.zip hdf5-fe6c92ebd3e677f3ccd94d487bf5aeadc0c0c3fa.tar.gz hdf5-fe6c92ebd3e677f3ccd94d487bf5aeadc0c0c3fa.tar.bz2 |
[svn-r13960] Purpose: Remove obsolete Windows files
Description:
Previously, there was a very intricate process for converting VS6 project files to VS.NET format for testing on the command-line. Now that we maintain VS.NET project files, this system is no longer neccessary. The same builds are now carried out in hdf5build.BAT, so the previous files are obsolete.
Removing them, and updating the MANIFEST
Tested:
WinXP
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index 74f58eb..2b3199d 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -23,18 +23,4 @@ copy src\H5pubconf.h ..\src copy fortran\src\H5f90i_gen.h ..\fortran\src
copy fortran\src\H5fortran_types.f90 ..\fortran\src
xcopy /e/i/Y *.bat ..\
-copy batch_net\convert.js ..\batch_net\
copy examples\testExamples_exp_output.txt ..\examples
-
-cd ../batch_net
-copy *.* ..\
-
-cd ../batch_intelc
-copy *.* ..\
-@echo off
-cd ..
-rmdir /s/q batch_net
-rmdir /s/q batch_intelc
-
-cd windows
-
|