summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/COMPILE_FEATURES.rst
Commit message (Expand)AuthorAgeFilesLines
* Help: Document supported compilers in cmake-compile-features.7Robert Maynard2015-04-071-1/+1
* Help: Add a manual for compiler feature control.Stephen Kelly2014-05-271-1/+2
* cmTarget: Allow populating COMPILE_FEATURES using generator expressions.Stephen Kelly2014-04-071-0/+4
* cmTarget: Add COMPILE_FEATURES target property.Stephen Kelly2014-04-071-0/+7
io Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-08-22 14:56:39 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-08-22 14:56:39 (GMT)
commit2f47d558d12dcf7f4ac8b8300ecbfe09fa7a6c2f (patch)
tree4c70f725d534bfdc85a6039a621899975c214876 /src/H5E.c
parent10dcf4b0e1efd406d1aab563313908dc5c152d49 (diff)
downloadhdf5-2f47d558d12dcf7f4ac8b8300ecbfe09fa7a6c2f.zip
hdf5-2f47d558d12dcf7f4ac8b8300ecbfe09fa7a6c2f.tar.gz
hdf5-2f47d558d12dcf7f4ac8b8300ecbfe09fa7a6c2f.tar.bz2
[svn-r14099] Purpose: Fix Windows libtest_cstubdll output directory
Description: Previously, the libtest_cstubdll project was creating the DLL in the project directory, rather than the Output directory. This was a simple typo, and not caught previously because past builds had the DLL installed. Cleaning up our batch files will make this easier to catch in the future. Tested: VS2005 on WinXP x64