[svn-r18102] Added new H5HLint.c file. Corrected nodebug parameter to check.

This commit is contained in:
Allen Byrne 2010-01-11 12:47:42 -05:00
parent a65b70ccc7
commit 4e8e0a55a5
3 changed files with 11 additions and 3 deletions

View File

@ -20,7 +20,7 @@ rem 1. hdf5check -- HDF5 tools and c library tests
rem 2. hdf5check enablecpp -- HDF5 tools and c/c++ library tests
rem 3. hdf5check enablefortran -- HDF5 tools and c/fortran library tests
rem 4. hdf5check enableall -- HDF5 tools and c/c++/fortran library tests
rem disabledebug -- can be added to any of the above to not test debug versions
rem nodebug -- can be added to any of the above to not test debug versions
setlocal enabledelayedexpansion
pushd %~dp0
@ -50,10 +50,10 @@ if /i "%1" equ "enablecpp" (
) else if /i "%1" equ "enableall" (
set build_cpp_conditional=true
set build_fortran_conditional=true
) else if /i "%1" equ "disabledebug" (
) else if /i "%1" equ "nodebug" (
set chkdebug=
)
if /i "%2" equ "disabledebug" (
if /i "%2" equ "nodebug" (
set chkdebug=
)

View File

@ -844,6 +844,10 @@
RelativePath="..\..\..\src\H5HLdbg.c"
>
</File>
<File
RelativePath="..\..\..\src\H5HLint.c"
>
</File>
<File
RelativePath="..\..\..\src\H5HP.c"
>

View File

@ -935,6 +935,10 @@
RelativePath="..\..\..\src\H5HLdbg.c"
>
</File>
<File
RelativePath="..\..\..\src\H5HLint.c"
>
</File>
<File
RelativePath="..\..\..\src\H5HP.c"
>