2005-11-02 01:00:20 +08:00
|
|
|
@REM Copyright by the Board of Trustees of the University of Illinois.
|
|
|
|
@REM All rights reserved.
|
|
|
|
@REM
|
|
|
|
@REM This file is part of HDF5. The full HDF5 copyright notice, including
|
|
|
|
@REM terms governing use, modification, and redistribution, is contained in
|
|
|
|
@REM the files COPYING and Copyright.html. COPYING can be found at the root
|
|
|
|
@REM of the source code distribution tree; Copyright.html can be found at the
|
|
|
|
@REM root level of an installed copy of the electronic HDF5 document set and
|
|
|
|
@REM is linked from the top-level documents page. It can also be found at
|
|
|
|
@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
|
|
|
|
@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
|
|
|
|
|
2005-06-11 03:15:01 +08:00
|
|
|
@REM File Name : copy_hdf.bat
|
|
|
|
@REM Purpose : Copy all Files in the following formats from Windows to
|
2005-06-17 01:52:15 +08:00
|
|
|
@REM approapriate directory: .bat .c .f90 .h .txt .js
|
2005-06-11 03:15:01 +08:00
|
|
|
@REM :
|
|
|
|
@REM Written By : Muqun Yang
|
|
|
|
@REM Last Update : June 7, 2005 by Fang GUO
|
|
|
|
|
2005-03-22 21:49:02 +08:00
|
|
|
copy src\H5Tinit.c ..\src
|
|
|
|
copy src\H5pubconf.h ..\src
|
2005-04-26 23:51:28 +08:00
|
|
|
copy fortran\src\H5f90i_gen.h ..\fortran\src
|
2005-03-22 21:49:02 +08:00
|
|
|
copy fortran\src\H5fortran_types.f90 ..\fortran\src
|
|
|
|
xcopy /e/i/Y *.bat ..\
|
2005-06-11 03:15:01 +08:00
|
|
|
copy batch_net\convert.js ..\batch_net\
|
2005-03-30 04:47:52 +08:00
|
|
|
copy examples\testExamples_exp_output.txt ..\examples
|
2005-07-27 06:22:15 +08:00
|
|
|
copy hl\hl_c_examples\src\*.* ..\hl\hl_c_examples\src\
|
2005-03-22 21:49:02 +08:00
|
|
|
|
2005-06-11 03:15:01 +08:00
|
|
|
cd ../batch_net
|
|
|
|
copy *.* ..\
|
|
|
|
|
|
|
|
cd ../batch_intelc
|
|
|
|
copy *.* ..\
|
|
|
|
@echo off
|
|
|
|
cd ..
|
|
|
|
rmdir /s/q batch_net
|
|
|
|
rmdir /s/q batch_intelc
|
|
|
|
|
|
|
|
cd windows
|
|
|
|
|