Former-commit-id:d8da2252c3
[formerly580e2938d7
] [formerly66be3bec40
] [formerlyc83e5ff474
[formerly66be3bec40
[formerly 2a9569942c48542cf708b6c0b9189146fd954c11]]] Former-commit-id:c83e5ff474
Former-commit-id:21d2361f00
[formerly1faae42484
] Former-commit-id:82300ccdcf
25 lines
947 B
Batchfile
25 lines
947 B
Batchfile
@echo OFF
|
|
rem Copyright by The HDF Group.
|
|
rem Copyright by the Board of Trustees of the University of Illinois.
|
|
rem All rights reserved.
|
|
rem
|
|
rem This file is part of HDF-JAVA. The full HDF-JAVA 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 HDF-JAVA document set and
|
|
rem is linked from the top-level documents page. It can also be found at
|
|
rem http://hdfgroup.org/HDF-JAVA/doc/Copyright.html. If you do not have
|
|
rem access to either file, you may request a copy from helphdfgroup.org.
|
|
|
|
rem File Name: jnibuild.bat
|
|
rem This batch file is used to build the native hdf libraries
|
|
rem
|
|
|
|
setlocal enabledelayedexpansion
|
|
pushd %~dp0
|
|
|
|
xcopy /y *.bat ..\ > nul
|
|
|
|
popd
|
|
endlocal & exit /b
|