2 # Network DSC include file for [BuildOptions] sections of all Architectures.
4 # This file can be included in the [BuildOptions*] section(s) of a platform DSC file
5 # by using "!include NetworkPkg/NetworkBuildOptions.dsc.inc", to specify the C language
6 # feature test macros (eg., API deprecation macros) according to the flags described
7 # in "NetworkDefines.dsc.inc".
9 # Supported tool chain families: "GCC", "INTEL", "MSFT", "RVCT".
11 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
13 # SPDX-License-Identifier: BSD-2-Clause-Patent
17 !if $(NETWORK_ISCSI_ENABLE) == TRUE
18 MSFT:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
19 INTEL:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
20 GCC:*_*_*_CC_FLAGS = -D ENABLE_MD5_DEPRECATED_INTERFACES
21 RVCT:*_*_*_CC_FLAGS = -DENABLE_MD5_DEPRECATED_INTERFACES