terminal/src/renderer/base/sources.inc
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

40 lines
1.1 KiB
PHP

!include ..\..\..\project.inc
# -------------------------------------
# Windows Console
# - Console Renderer Base
# -------------------------------------
# This module provides the base layer for all rendering activities.
# It will fetch data from the main console host server and prepare it
# in a rendering-engine-agnostic fashion so the console code
# can interface with displays on varying platforms.
# -------------------------------------
# Build System Settings
# -------------------------------------
# Code in the OneCore depot automatically excludes default Win32 libraries.
# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------
PRECOMPILED_CXX = 1
PRECOMPILED_INCLUDE = ..\precomp.h
SOURCES = \
..\Cluster.cpp \
..\FontInfo.cpp \
..\FontInfoBase.cpp \
..\FontInfoDesired.cpp \
..\RenderEngineBase.cpp \
..\renderer.cpp \
..\thread.cpp \
INCLUDES = \
$(INCLUDES); \
..; \
..\..\..\inc; \
$(MINWIN_INTERNAL_PRIV_SDK_INC_PATH_L); \