Allow build to not use debug msvcrt

This commit is contained in:
kipp 1998-06-04 05:03:50 +00:00
parent 3d136dde60
commit b40933b15c

View File

@ -95,9 +95,11 @@ RTL_FLAGS=-MTd # Statically linked multithreaded MSVC4.0 debug RTL
RTL_FLAGS=-MD # Dynamically linked, multithreaded RTL
!ifdef MOZ_DEBUG
!ifndef MOZ_NO_DEBUG_RTL
RTL_FLAGS=-MDd # Dynamically linked, multithreaded MSVC4.0 debug RTL
!endif
!endif
!endif
#//------------------------------------------------------------------------
#//