Merged PR 6176782: [Git2Git] Get rid of dead build macros/#defines FE_IME, W32_SB, etc.

Retrieved from https://microsoft.visualstudio.com os.2020 OS official/rs_wdx_dxp_windev 40df712b33a40e76aeeac87f823bbb028d2e3972

Related work items: MSFT-32007459
This commit is contained in:
Dan Thompson 2021-06-21 17:50:26 +00:00 committed by Dustin Howett
parent 448684a5f4
commit e2005ca5d7
6 changed files with 0 additions and 14 deletions

View File

@ -12,12 +12,6 @@
# of capturing user-interaction (input) on behalf of the hosted application.
# -------------------------------------
# Preprocessor Settings
# -------------------------------------
C_DEFINES = $(C_DEFINES) -DFE_IME
# -------------------------------------
# Compiler Settings
# -------------------------------------
@ -38,7 +32,6 @@ TARGET_DESTINATION = retail
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
W32_SB = 1
# -------------------------------------

View File

@ -28,9 +28,6 @@ MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /wd4201
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
W32_SB = 1
# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------

View File

@ -28,7 +28,6 @@ MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /wd4201
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
W32_SB = 1
# -------------------------------------
# Sources, Headers, and Libraries

View File

@ -40,7 +40,6 @@ MSC_WARNING_LEVEL = /W3 /WX
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
W32_SB = 1
# -------------------------------------
# Sources, Headers, and Libraries

View File

@ -32,7 +32,6 @@ C_DEFINES = $(C_DEFINES) -DNT -DWIN32
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
W32_SB = 1
# -------------------------------------
# Sources, Headers, and Libraries

View File

@ -31,7 +31,6 @@ C_DEFINES = $(C_DEFINES) -DWIN32 -DNT
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
W32_SB = 1
# -------------------------------------
# Sources, Headers, and Libraries