summaryrefslogtreecommitdiffstats
path: root/windows/copy_hdf.bat
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r18438] Changed copy script to copy all *.h filesAllen Byrne2010-03-221-7/+1
|
* [svn-r18430] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project ↵Allen Byrne2010-03-191-5/+5
| | | | | | | files. Corrected copy H5srcdir_str.h commands in script. Added libsettings project to behave like h5tinit.vcproj.
* [svn-r18413] Description:Quincey Koziol2010-03-171-0/+5
| | | | | | | | | | | | | | Unify srcdir handling for test executables and allow them to use the srcdir setting from configure time without requiring the 'srcdir' environment variable be set (although you still can, to override the built in setting). Attempted to get this right for Windows builds also. Also add dependency between src/H5Tinit.c and src/libhdf5.settings, so that the test/testcheck_version.sh script works correctly. Tested on: Linux/32 2.6 (jam) Mac OS X/32 10.6.2 (amazon)
* [svn-r16661] Remove command to copy h5Tinit.c in copy batch file. H5Tinit.c ↵Allen Byrne2009-04-031-1/+0
| | | | | | is generated during build and no longer exists in the windows/src folder. Tested: XP64 VS2005
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-6/+6
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-6/+6
| | | | New fortran wrappers added.
* [svn-r14553] Purpose: Minor cleanup of Windows installation scriptsScott Wegner2008-02-121-6/+6
| | | | | | | | Description: Make the Windows copy_hdf.bat a little cleaner/safer, and produce useful output in installhdf5lib.bat Tested: VS2005 on WinXP
* [svn-r14265] Purpose: Bring Windows test scripts up to date for h5diff changes.Scott Wegner2007-11-191-18/+23
| | | | | | | | Description: Recently, the format of parameters for h5diff was changed. This checkin makes the neccessary changes for Windows to also bring it up to date. Tested: VS6 on WinXP
* [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: