@@ -630,10 +630,10 @@ Through CMake, perform the following steps:
630
630
631
631
The debug and release versions of all libraries must be compiled with the
632
632
same runtime library dependency as DCMTK (i.e., /MT[d] or /MD[d]).
633
- By default DCMTK is compiled with /MTd for Debug and /MT for Release mode
634
- unless the CMake variables DCMTK_COMPILE_WIN32_MULTITHREADED_DLL or
635
- BUILD_SHARED_LIBS (see below) are set to true, in which case DCMTK
636
- is compiled with /MDd for Debug and /MD for Release mode.
633
+ By default, DCMTK is compiled with /MTd for Debug and /MT for Release mode
634
+ unless the CMake variables" DCMTK_COMPILE_WIN32_MULTITHREADED_DLL" or
635
+ " BUILD_SHARED_LIBS" (see below) are set to true, in which case DCMTK is
636
+ compiled with /MDd for Debug and /MD for Release mode.
637
637
638
638
Precompiled versions of all libraries (*) can be downloaded from
639
639
https://dcmtk.org/develop/#lib-win .
@@ -1068,4 +1068,4 @@ Have fun.
1068
1068
M. Eichelberg, J. Riesmeier, M. Onken, T. Xu
1069
1069
DCMTK Development Team, Oldenburg, Germany.
1070
1070
1071
- Last revised: 2025-02-04 (Riesmeier)
1071
+ Last revised: 2025-03-22 (Riesmeier)