terminal/src/renderer/wddmcon/sources.inc
gittrain 73462c3986 Sync with latest inbox changes
[Git2Git] Git Train: Merge of building/rs_onecore_dep_uxp/191011-1234 into official/rs_onecore_dep_uxp Retrieved from https://microsoft.visualstudio.com os OS official/rs_onecore_dep_uxp b80345479891d1e7a9f7e38b6b5f40083c6a564a

sources changes from 21H1

Merged PR 3896217: [Git2Git] Changes from vb_release_dep_dev1

server init changes from 20H1 (onecore headless mode)
2019-10-17 15:11:07 -07:00

38 lines
937 B
C++

!include ..\..\..\project.inc
# -------------------------------------
# Windows Console
# - Console Renderer for WDDMCON
# -------------------------------------
# This module provides a rendering engine implementation that
# utilizes the WDDMCON library for drawing the console to a fullscreen
# DirectX surface.
# -------------------------------------
# CRT Configuration
# -------------------------------------
BUILD_FOR_CORESYSTEM = 1
# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------
PRECOMPILED_CXX = 1
PRECOMPILED_INCLUDE = ..\precomp.h
INCLUDES = \
$(INCLUDES); \
..; \
..\..\inc; \
..\..\..\inc; \
..\..\..\host; \
$(MINWIN_INTERNAL_PRIV_SDK_INC_PATH_L); \
$(MINWIN_RESTRICTED_PRIV_SDK_INC_PATH_L); \
SOURCES = \
$(SOURCES) \
..\main.cxx \
..\WddmConRenderer.cpp \