summaryrefslogtreecommitdiffstats
path: root/windows/hdf5build.BAT
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13981] Purpose: Windows catchupScott Wegner2007-07-161-2/+3
| | | | | | | | | | Description: - Add new source file H5version.h to Windows projects - Add new h5stat tests, and uncomment one that no longer fails - Clean up autotests a little bit. Tested: VS.NET on WinXP
* [svn-r13977] Purpose: Misc. Windows autotest code-cleanupScott Wegner2007-07-131-112/+160
| | | | | | | | | | Description: This cleans up a lot of different things we were doing in the Windows batch scripts. For one, we now use "exit /b" to better emulate functions in batch scripts. Also changed error-checking to look for negative return values as well. This also adds initial support for Visual Studio 2005 command-line builds in hdf5build.BAT Tested: WinXP
* [svn-r13957] Purpose: Windows autotest bugfixScott Wegner2007-07-091-1/+3
| | | | | | | | Description: In the new Windows autotests, hdf5build.BAT was resetting a variable used by hdf5bt.BAT. Changed so hdf5build.BAT looks to see if hdf5bt.BAT is running before it removes this variable. Tested: WinXP
* [svn-r13956] Purpose: Fix typoScott Wegner2007-07-091-1/+1
| | | | | | | | Description: There was a typo in the new command-line build script that was making it fail early. This should fix it. Tested: WinXP
* [svn-r13952] Purpose: Update Windows build scriptsScott Wegner2007-07-061-216/+177
| | | | | | | | Description: I'm in the process of re-writing the Windows build scripts for Visual Studio .NET (and eventually VS2005). These will be used with an autotest script, which is in the works. Tested: VS.NET on WinXP, although probably still needs some work.
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-071-2/+3
|
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-141-219/+219
| | | | | | be "CRLF" instead of "native".
* [svn-r11656] Purpose:Fang Guo2005-11-011-0/+12
| | | | | | | | | | | Add in copyright information Description: Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11140] Purpose:Fang Guo2005-07-221-3/+3
| | | | | | | | | | | Improvement Description: Add high level dlls Solution: Platforms tested: Misc. update:
* [svn-r10843] Purpose:Fang Guo2005-06-021-1/+1
| | | | | | | | | | | Modify batch file. Description: Add hl_test_table build into hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10811] Purpose:Fang Guo2005-05-271-1/+1
| | | | | | | | | | | Update batch file hdf5build.bat Description: Add high level c++ library and test project file. Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10762] Purpose:Fang Guo2005-05-191-0/+67
| | | | | | | | | | | Update hdf5build.bat under hdf5/windows directory Description: Add code to generate H5f90i.h and H5fortran_types.f90 Solution: Platforms tested: Misc. update:
* [svn-r10556] Update batch file hdf5build.BATFang Guo2005-04-051-24/+24
| | | | | | | | | | Description: Batch file hdf5build.BAT updated for windows without all.zip Solution: Platforms tested: Misc. update:
* [svn-r10251] Purpose:Fang Guo2005-03-221-0/+141
Remove all.zip for supporting windows. Why? 1. Avoid confliction for windows programmers 2. Decrease size of CVS tree by adding all.zip 3. Avoid using winzip as the intermediate step Kent Yang Description: Put all windows project files under hdf5/windows directory. This check-in includes some batch files. Solution: Platforms tested: VS 6.0, windows XP Misc. update: