terminal/src/propslib/sources
Michael Niksa ff1337ddb0 Import build fix changes from OS for sync to a34a957cf
Retrieved from https://microsoft.visualstudio.com os OS official/rs_onecore_dep_uxp 5b3acd8b5bac38da02fc86a29c81dfd252e79d1f

Related work items: MSFT:25505535
2020-03-16 18:26:48 +00:00

50 lines
1.4 KiB
Plaintext

!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
W32_SB = 1
# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------
PRECOMPILED_CXX = 1
PRECOMPILED_INCLUDE = precomp.h
SOURCES = \
ShortcutSerialization.cpp \
RegistrySerialization.cpp \
TrueTypeFontList.cpp \
INCLUDES = \
$(INCLUDES); \
..\inc; \