summaryrefslogtreecommitdiffstats
path: root/windows/InstallcppExamples.BAT
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-07-14 05:41:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-07-14 05:41:50 (GMT)
commitb69cf7ea840f2c34dd5b4368c8e52beb815b48f0 (patch)
treed20838ffb617c8c030924baec220987c218ff42e /windows/InstallcppExamples.BAT
parent801b5b09f26dac69e77bb4a794f2785977f9eb7e (diff)
downloadhdf5-b69cf7ea840f2c34dd5b4368c8e52beb815b48f0.zip
hdf5-b69cf7ea840f2c34dd5b4368c8e52beb815b48f0.tar.gz
hdf5-b69cf7ea840f2c34dd5b4368c8e52beb815b48f0.tar.bz2
[svn-r12464] Changed "eol-style" property on all Windows-specific files to be "CRLF"
instead of "native".
Diffstat (limited to 'windows/InstallcppExamples.BAT')
-rwxr-xr-xwindows/InstallcppExamples.BAT196
1 files changed, 98 insertions, 98 deletions
diff --git a/windows/InstallcppExamples.BAT b/windows/InstallcppExamples.BAT
index 19ca8d1..5dcb4bd 100755
--- a/windows/InstallcppExamples.BAT
+++ b/windows/InstallcppExamples.BAT
@@ -1,98 +1,98 @@
-@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.
-
-
-@ECHO OFF
-REM This batch file is used to install HDF5 C++ examples'
-REM executable files.
-REM By Xuan Bai
-REM Created on: 10/20/2004
-REM Last Modified: 10/27/2004
-
-cd c++\examples
-
-mkdir cppexamplesREL
-mkdir cppexamplesRELDLL
-mkdir cppexamplesDBG
-mkdir cppexamplesDBGDLL
-
-cd chunkstest
-copy debug\chunkstest.exe ..\cppexamplesDBG\
-copy release\chunkstest.exe ..\cppexamplesREL\
-cd ..
-
-cd chunkstestdll
-copy debug\chunkstestdll.exe ..\cppexamplesDBGDLL\
-copy release\chunkstestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd compoundtest
-copy debug\compoundtest.exe ..\cppexamplesDBG\
-copy release\compoundtest.exe ..\cppexamplesREL\
-cd ..
-
-cd compoundtestdll
-copy debug\compoundtestdll.exe ..\cppexamplesDBGDLL\
-copy release\compoundtestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd createtest
-copy debug\createtest.exe ..\cppexamplesDBG\
-copy release\createtest.exe ..\cppexamplesREL\
-cd ..
-
-cd createtestdll
-copy debug\createtestdll.exe ..\cppexamplesDBGDLL\
-copy release\createtestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd extend_dstest
-copy debug\extend_dstest.exe ..\cppexamplesDBG\
-copy release\extend_dstest.exe ..\cppexamplesREL\
-cd ..
-
-cd extend_dstestdll
-copy debug\extend_dstestdll.exe ..\cppexamplesDBGDLL\
-copy release\extend_dstestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd h5grouptest
-copy debug\h5grouptest.exe ..\cppexamplesDBG\
-copy release\h5grouptest.exe ..\cppexamplesREL\
-cd ..
-
-cd h5grouptestdll
-copy debug\h5grouptestdll.exe ..\cppexamplesDBGDLL\
-copy release\h5grouptestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd readdatatest
-copy debug\readdatatest.exe ..\cppexamplesDBG\
-copy release\readdatatest.exe ..\cppexamplesREL\
-cd ..
-
-cd readdatatestdll
-copy debug\readdatatestdll.exe ..\cppexamplesDBGDLL\
-copy release\readdatatestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd writedatatest
-copy debug\writedatatest.exe ..\cppexamplesDBG\
-copy release\writedatatest.exe ..\cppexamplesREL\
-cd ..
-
-cd writedatatestdll
-copy debug\writedatatestdll.exe ..\cppexamplesDBGDLL\
-copy release\writedatatestdll.exe ..\cppexamplesRELDLL\
-cd ..
-
-cd ..\..
+@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.
+
+
+@ECHO OFF
+REM This batch file is used to install HDF5 C++ examples'
+REM executable files.
+REM By Xuan Bai
+REM Created on: 10/20/2004
+REM Last Modified: 10/27/2004
+
+cd c++\examples
+
+mkdir cppexamplesREL
+mkdir cppexamplesRELDLL
+mkdir cppexamplesDBG
+mkdir cppexamplesDBGDLL
+
+cd chunkstest
+copy debug\chunkstest.exe ..\cppexamplesDBG\
+copy release\chunkstest.exe ..\cppexamplesREL\
+cd ..
+
+cd chunkstestdll
+copy debug\chunkstestdll.exe ..\cppexamplesDBGDLL\
+copy release\chunkstestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd compoundtest
+copy debug\compoundtest.exe ..\cppexamplesDBG\
+copy release\compoundtest.exe ..\cppexamplesREL\
+cd ..
+
+cd compoundtestdll
+copy debug\compoundtestdll.exe ..\cppexamplesDBGDLL\
+copy release\compoundtestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd createtest
+copy debug\createtest.exe ..\cppexamplesDBG\
+copy release\createtest.exe ..\cppexamplesREL\
+cd ..
+
+cd createtestdll
+copy debug\createtestdll.exe ..\cppexamplesDBGDLL\
+copy release\createtestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd extend_dstest
+copy debug\extend_dstest.exe ..\cppexamplesDBG\
+copy release\extend_dstest.exe ..\cppexamplesREL\
+cd ..
+
+cd extend_dstestdll
+copy debug\extend_dstestdll.exe ..\cppexamplesDBGDLL\
+copy release\extend_dstestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd h5grouptest
+copy debug\h5grouptest.exe ..\cppexamplesDBG\
+copy release\h5grouptest.exe ..\cppexamplesREL\
+cd ..
+
+cd h5grouptestdll
+copy debug\h5grouptestdll.exe ..\cppexamplesDBGDLL\
+copy release\h5grouptestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd readdatatest
+copy debug\readdatatest.exe ..\cppexamplesDBG\
+copy release\readdatatest.exe ..\cppexamplesREL\
+cd ..
+
+cd readdatatestdll
+copy debug\readdatatestdll.exe ..\cppexamplesDBGDLL\
+copy release\readdatatestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd writedatatest
+copy debug\writedatatest.exe ..\cppexamplesDBG\
+copy release\writedatatest.exe ..\cppexamplesREL\
+cd ..
+
+cd writedatatestdll
+copy debug\writedatatestdll.exe ..\cppexamplesDBGDLL\
+copy release\writedatatestdll.exe ..\cppexamplesRELDLL\
+cd ..
+
+cd ..\..