From 9ada07ef3a98f12fe04cedc331e5f6a4b570b57e Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 3 Feb 2009 16:38:14 -0500 Subject: [svn-r16412] testh5ls.bat - added tests to match script file from rev 16310 h5repack.bat - added test to match script file from rev 16402 set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406 h5pubconf.h - added C99 undef to sync with *nix configuration Tested: Vista32, XP32, XP64 using VNET, VS2005 VS2008 --- windows/src/H5pubconf.h | 4 ++++ windows/test/set_extent/set_extent.vcproj | 17 ++++++++--------- windows/tools/h5ls/testh5ls.bat | 6 ++++++ windows/tools/h5repack/h5repack.bat | 6 ++++++ windows_vnet/test/set_extent/set_extent.vcproj | 4 ++-- 5 files changed, 26 insertions(+), 11 deletions(-) diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 5c6e550..6639fb5 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -78,6 +78,10 @@ /* Define to 1 if you have the `BSDgettimeofday' function. */ /* #undef H5_HAVE_BSDGETTIMEOFDAY */ +/* Define if the compiler understands C99 designated initialization of structs + and unions */ +/* #undef H5_HAVE_C99_DESIGNATED_INITIALIZER */ + /* Define if the compiler understand the __func__ keyword */ /* #undef H5_HAVE_C99_FUNC */ diff --git a/windows/test/set_extent/set_extent.vcproj b/windows/test/set_extent/set_extent.vcproj index a527461..e5a636a 100644 --- a/windows/test/set_extent/set_extent.vcproj +++ b/windows/test/set_extent/set_extent.vcproj @@ -4,7 +4,6 @@ Version="8.00" Name="set_extent" ProjectGUID="{E81413CC-046C-42B0-B862-0BB81AED2854}" - RootNamespace="set_extent" >