mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r18102] Added new H5HLint.c file. Corrected nodebug parameter to check.
This commit is contained in:
parent
a65b70ccc7
commit
4e8e0a55a5
@ -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=
|
||||
)
|
||||
|
||||
|
@ -844,6 +844,10 @@
|
||||
RelativePath="..\..\..\src\H5HLdbg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\H5HLint.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\H5HP.c"
|
||||
>
|
||||
|
@ -935,6 +935,10 @@
|
||||
RelativePath="..\..\..\src\H5HLdbg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\H5HLint.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\H5HP.c"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user