terminal/src/interactivity/win32/sources.inc
Dan Thompson e2005ca5d7 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
2021-06-21 10:50:52 -07:00

66 lines
1.7 KiB
PHP

!include ..\..\..\project.inc
# -------------------------------------
# Windows Console
# - Console Interactivity for Win32
# -------------------------------------
# This module provides user interaction with the standard
# windowing and input system used by classic Win32 platforms.
# -------------------------------------
# Preprocessor Settings
# -------------------------------------
C_DEFINES = $(C_DEFINES) -DFE_SB -D__INSIDE_WINDOWS
# -------------------------------------
# Compiler Settings
# -------------------------------------
# Warning 4201: nonstandard extension used: nameless struct/union
MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /wd4201
# -------------------------------------
# Build System Settings
# -------------------------------------
# Code in the OneCore depot automatically excludes default Win32 libraries.
# Defines IME and Codepage support
# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------
PRECOMPILED_CXX = 1
PRECOMPILED_INCLUDE = ..\precomp.h
SOURCES = \
..\AccessibilityNotifier.cpp \
..\clipboard.cpp \
..\ConsoleControl.cpp \
..\ConsoleInputThread.cpp \
..\consoleKeyInfo.cpp \
..\find.cpp \
..\icon.cpp \
..\InputServices.cpp \
..\menu.cpp \
..\screenInfoUiaProvider.cpp \
..\SystemConfigurationProvider.cpp \
..\UiaTextRange.cpp \
..\window.cpp \
..\windowdpiapi.cpp \
..\windowime.cpp \
..\windowio.cpp \
..\WindowMetrics.cpp \
..\windowproc.cpp \
..\windowUiaProvider.cpp \
INCLUDES = \
$(INCLUDES); \
..; \
TARGETLIBS = \
$(ONECORE_EXTERNAL_SDK_LIB_VPATH_L)\onecore.lib \