summaryrefslogtreecommitdiffstats
path: root/windows/copy_hdf.bat
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13960] Purpose: Remove obsolete Windows filesScott Wegner2007-07-101-14/+0
| | | | | | | | | | Description: Previously, there was a very intricate process for converting VS6 project files to VS.NET format for testing on the command-line. Now that we maintain VS.NET project files, this system is no longer neccessary. The same builds are now carried out in hdf5build.BAT, so the previous files are obsolete. Removing them, and updating the MANIFEST Tested: WinXP
* [svn-r13852] Added includes in various places to make it possible to set ↵Scott Wegner2007-06-111-2/+0
| | | | | | | windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h . Tested: .NET 2003 on WinXP
* [svn-r13824] Added new Windows low-level file driver. Eventually, this will ↵Scott Wegner2007-05-311-0/+2
| | | | | | | replace sec2 as the default driver on Windows. However, it still needs some work right now, and is currently not set to build by default. Tested: Visual Studio 2005 (still fails a few tests)
* [svn-r13712] Various changes made to bring Windows example tests up to date.Scott Wegner2007-04-301-1/+0
| | | | | 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-40/+40
| | | | | | be "CRLF" instead of "native".
* [svn-r12089] Purpose:Fang Guo2006-03-141-1/+0
| | | | | | | | | | | | Maintenance on Windows Description: Del the line to copy hl examples source code. Solution: Platforms tested: Misc. update:
* [svn-r11827] Purpose:Fang Guo2005-12-211-1/+2
| | | | | | | | | | | Maintenance on Windows Description: Changes due to hl c examples' location changed Solution: Platforms tested: Misc. update:
* [svn-r11654] Added copyright notice as an example.Albert Cheng2005-11-011-0/+12
|
* [svn-r11160] Purpose:Fang Guo2005-07-261-0/+1
| | | | | | | | | | | Maintenance Description: Add copy for high level c library examples' source code Solution: Platforms tested: Misc. update:
* [svn-r10925] Purpose:Fang Guo2005-06-161-1/+1
| | | | | | | | | | | Add comments. Description: Solution: Platforms tested: Misc. update:
* [svn-r10895] Purpose:Fang Guo2005-06-101-0/+20
| | | | | | | | | | | Update batch file. Description: Add batch file for intel and visual c++ .Net Solution: Platforms tested: Misc. update:
* [svn-r10664] Purpose:MuQun Yang2005-04-261-0/+1
| | | | | | | | | | | | | | | H5f90i_gen.h has to be copied to fortran/src for windows. Add this line in the batch file. Description: Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10502] Purpose:Fang Guo2005-03-291-0/+1
| | | | | | | | | | | Update batch file. Description: Solution: Platforms tested: Misc. update:
* [svn-r10251] Purpose:Fang Guo2005-03-221-0/+5
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: