terminal/src/propslib/sources
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

53 lines
1.4 KiB
Plaintext

ARM64X_EC_ENABLED=1
!include ..\project.inc
# -------------------------------------
# Windows Console
# - Console Properties Library
# -------------------------------------
# This module defines a layer to access user configurable properties
# or "preferences" that will be stored in a user's registry or embedded within
# the LNK shortcut file that they used to start the console.
# It also loads some system configuration information from the registry.
# -------------------------------------
# Program Information
# -------------------------------------
TARGETNAME = ConProps
TARGETTYPE = LIBRARY
# -------------------------------------
# Preprocessor Settings
# -------------------------------------
C_DEFINES = $(C_DEFINES) -DNT -DWIN32
# -------------------------------------
# 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 = \
DelegationConfig.cpp \
ShortcutSerialization.cpp \
RegistrySerialization.cpp \
TrueTypeFontList.cpp \
INCLUDES = \
$(ABI_INC_PATH)\; \
$(INCLUDES); \
..\inc; \