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

Tested: windows
This commit is contained in:
Allen Byrne
2010-01-11 14:00:31 -05:00
parent 30f3fcaa4a
commit 089d0ea9ad
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

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

View File

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