summaryrefslogtreecommitdiffstats
path: root/windows/installhdf5lib.bat
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-178/+328
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-328/+178
| | | | New fortran wrappers added.
* [svn-r14695] Purpose: Fix typo in Windows install fileScott Wegner2008-03-031-1/+1
| | | | | | | | Description: A small typo in the recent update to installhdf5lib.bat caused the C++ header files not to be installed for the debug version of the libraries. This corrects the issue. Tested: VS2005 on WinXP
* [svn-r14553] Purpose: Minor cleanup of Windows installation scriptsScott Wegner2008-02-121-178/+328
| | | | | | | | Description: Make the Windows copy_hdf.bat a little cleaner/safer, and produce useful output in installhdf5lib.bat Tested: VS2005 on WinXP
* [svn-r14459] Purpose: Small patch to Windows install scriptScott Wegner2008-01-251-2/+2
| | | | | Description: A user pointed out that one of our Fortran dependencies wasn't getting installed correctly due to a wrong path in our install file. After reviewing, I've applied the patch that he's proposed.
* [svn-r14036] Purpose: Fix Windows debug DLL naming schemeScott Wegner2007-08-031-8/+8
| | | | | | | | Description: At a previous seminar, it was brought up that the naming scheme for Windows debug DLL is inconsistent. Specifically, some use *ddll, while others use *dlld. *dlld is more widely-used, so we decided this is "correct". This changes others to use this scheme, and adapts other projects / install scripts / documentation. Tested: Visual Studio .NET on WinXP
* [svn-r13799] Applying Windows Fortran-specific patches suggested in Bug ↵Scott Wegner2007-05-231-8/+13
| | | | | | | #879. This checkin takes care of the first two, I will look at the last one today. Tested: Visual Studio 2005 on WinXP
* [svn-r13712] Various changes made to bring Windows example tests up to date.Scott Wegner2007-04-301-0/+2
| | | | | Tested: VS 2005 on Win XP
* [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-169/+169
| | | | | | be "CRLF" instead of "native".
* [svn-r12177] Purpose:Fang Guo2006-03-301-8/+9
| | | | | | | | | | | Maintenance on Windows Description: Modify path for gif2h5 and h52gif Solution: Platforms tested: Windows Misc. update:
* [svn-r11656] Purpose:Fang Guo2005-11-011-0/+13
| | | | | | | | | | | Add in copyright information Description: Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11167] Purpose:Fang Guo2005-07-271-1/+36
| | | | | | | | | | | Improvement Description: Add installation of high level dlls Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10251] Purpose:Fang Guo2005-03-221-0/+121
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: