Last change
on this file since 101283 was 99404, checked in by vboxsync, 20 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
824 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Network DSC include file for [BuildOptions] sections of all Architectures.
|
---|
3 | #
|
---|
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".
|
---|
8 | #
|
---|
9 | # Supported tool chain families: "GCC", "INTEL", "MSFT".
|
---|
10 | #
|
---|
11 | # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
12 | #
|
---|
13 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
14 | #
|
---|
15 | ##
|
---|
16 |
|
---|
17 | !if $(NETWORK_ISCSI_ENABLE) == TRUE && $(NETWORK_ISCSI_MD5_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 | !endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.