summaryrefslogtreecommitdiffstats
path: root/windows/InstallExamples.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/InstallExamples.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/InstallExamples.bat')
-rwxr-xr-xwindows/InstallExamples.bat214
1 files changed, 107 insertions, 107 deletions
diff --git a/windows/InstallExamples.bat b/windows/InstallExamples.bat
index 922cdce..7c09eb6 100755
--- a/windows/InstallExamples.bat
+++ b/windows/InstallExamples.bat
@@ -1,108 +1,108 @@
-@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: 9/20/2004
-REM Last Modified: 10/27/2004
-
-cd examples
-
-mkdir examplesREL
-mkdir examplesRELDLL
-mkdir examplesDBG
-mkdir examplesDBGDLL
-
-cd attributetest
-copy debug\attributetest.exe ..\examplesDBG\
-copy release\attributetest.exe ..\examplesREL\
-cd ..
-
-cd attributetestdll
-copy debug\attributetestdll.exe ..\examplesDBGDLL\
-copy release\attributetestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd chunkread
-copy debug\chunkread.exe ..\examplesDBG\
-copy release\chunkread.exe ..\examplesREL\
-cd ..
-
-cd chunkreaddll
-copy debug\chunkreaddll.exe ..\examplesDBGDLL\
-copy release\chunkreaddll.exe ..\examplesRELDLL\
-cd ..
-
-cd compoundtest
-copy debug\compoundtest.exe ..\examplesDBG\
-copy release\compoundtest.exe ..\examplesREL\
-cd ..
-
-cd compoundtestdll
-copy debug\compoundtestdll.exe ..\examplesDBGDLL\
-copy release\compoundtestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd extendwritetest
-copy debug\extendwritetest.exe ..\examplesDBG\
-copy release\extendwritetest.exe ..\examplesREL\
-cd ..
-
-cd extendwritetestdll
-copy debug\extendwritetestdll.exe ..\examplesDBGDLL\
-copy release\extendwritetestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd grouptest
-copy debug\grouptest.exe ..\examplesDBG\
-copy release\grouptest.exe ..\examplesREL\
-cd ..
-
-cd grouptestdll
-copy debug\grouptestdll.exe ..\examplesDBGDLL\
-copy release\grouptestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd readtest
-copy debug\readtest.exe ..\examplesDBG\
-copy release\readtest.exe ..\examplesREL\
-cd ..
-
-cd readtestdll
-copy debug\readtestdll.exe ..\examplesDBGDLL\
-copy release\readtestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd selectest
-copy debug\selectest.exe ..\examplesDBG\
-copy release\selectest.exe ..\examplesREL\
-cd ..
-
-cd selectestdll
-copy debug\selectestdll.exe ..\examplesDBGDLL\
-copy release\selectestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd writetest
-copy debug\writetest.exe ..\examplesDBG\
-copy release\writetest.exe ..\examplesREL\
-cd ..
-
-cd writetestdll
-copy debug\writetestdll.exe ..\examplesDBGDLL\
-copy release\writetestdll.exe ..\examplesRELDLL\
-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: 9/20/2004
+REM Last Modified: 10/27/2004
+
+cd examples
+
+mkdir examplesREL
+mkdir examplesRELDLL
+mkdir examplesDBG
+mkdir examplesDBGDLL
+
+cd attributetest
+copy debug\attributetest.exe ..\examplesDBG\
+copy release\attributetest.exe ..\examplesREL\
+cd ..
+
+cd attributetestdll
+copy debug\attributetestdll.exe ..\examplesDBGDLL\
+copy release\attributetestdll.exe ..\examplesRELDLL\
+cd ..
+
+cd chunkread
+copy debug\chunkread.exe ..\examplesDBG\
+copy release\chunkread.exe ..\examplesREL\
+cd ..
+
+cd chunkreaddll
+copy debug\chunkreaddll.exe ..\examplesDBGDLL\
+copy release\chunkreaddll.exe ..\examplesRELDLL\
+cd ..
+
+cd compoundtest
+copy debug\compoundtest.exe ..\examplesDBG\
+copy release\compoundtest.exe ..\examplesREL\
+cd ..
+
+cd compoundtestdll
+copy debug\compoundtestdll.exe ..\examplesDBGDLL\
+copy release\compoundtestdll.exe ..\examplesRELDLL\
+cd ..
+
+cd extendwritetest
+copy debug\extendwritetest.exe ..\examplesDBG\
+copy release\extendwritetest.exe ..\examplesREL\
+cd ..
+
+cd extendwritetestdll
+copy debug\extendwritetestdll.exe ..\examplesDBGDLL\
+copy release\extendwritetestdll.exe ..\examplesRELDLL\
+cd ..
+
+cd grouptest
+copy debug\grouptest.exe ..\examplesDBG\
+copy release\grouptest.exe ..\examplesREL\
+cd ..
+
+cd grouptestdll
+copy debug\grouptestdll.exe ..\examplesDBGDLL\
+copy release\grouptestdll.exe ..\examplesRELDLL\
+cd ..
+
+cd readtest
+copy debug\readtest.exe ..\examplesDBG\
+copy release\readtest.exe ..\examplesREL\
+cd ..
+
+cd readtestdll
+copy debug\readtestdll.exe ..\examplesDBGDLL\
+copy release\readtestdll.exe ..\examplesRELDLL\
+cd ..
+
+cd selectest
+copy debug\selectest.exe ..\examplesDBG\
+copy release\selectest.exe ..\examplesREL\
+cd ..
+
+cd selectestdll
+copy debug\selectestdll.exe ..\examplesDBGDLL\
+copy release\selectestdll.exe ..\examplesRELDLL\
+cd ..
+
+cd writetest
+copy debug\writetest.exe ..\examplesDBG\
+copy release\writetest.exe ..\examplesREL\
+cd ..
+
+cd writetestdll
+copy debug\writetestdll.exe ..\examplesDBGDLL\
+copy release\writetestdll.exe ..\examplesRELDLL\
+cd ..
+
cd .. \ No newline at end of file