terminal/src/renderer/gdi/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

35 lines
888 B
C++

!include ..\..\..\project.inc
# -------------------------------------
# Windows Console
# - Console Renderer for GDI
# -------------------------------------
# This module provides a rendering engine implementation that
# utilizes the GDI framework for drawing the console to a window.
# -------------------------------------
# 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 = \
..\invalidate.cpp \
..\math.cpp \
..\paint.cpp \
..\state.cpp \
INCLUDES = \
$(INCLUDES); \
..; \
..\..\..\inc; \
$(MINWIN_INTERNAL_PRIV_SDK_INC_PATH_L); \