terminal/src/buffer/out/sources.inc
2021-07-27 13:51:46 -05:00

49 lines
1.2 KiB
PHP

!include ..\..\..\project.inc
# -------------------------------------
# Windows Console
# - Console Output Buffer
# -------------------------------------
# This module encapsulates the objects used to manage
# the output buffer of the console
# -------------------------------------
# Compiler Settings
# -------------------------------------
# Warning 4201: nonstandard extension used: nameless struct/union
MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /wd4201
# -------------------------------------
# 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= \
..\AttrRow.cpp \
..\cursor.cpp \
..\OutputCell.cpp \
..\OutputCellIterator.cpp \
..\OutputCellRect.cpp \
..\OutputCellView.cpp \
..\Row.cpp \
..\TextColor.cpp \
..\TextAttribute.cpp \
..\textBuffer.cpp \
..\textBufferCellIterator.cpp \
..\textBufferTextIterator.cpp \
..\search.cpp \
INCLUDES= \
$(INCLUDES); \
..; \