terminal/src/terminal/parser/ft_fuzzer/sources
Dustin L. Howett (MSFT) ce0eaab9ac
inbox: Merge accumulated build fixes from RS_ONECORE_DEP_ACIOSS (#1002)
* Merged PR 3302855

[Git2Git] Git Train: Merge of building/rs_onecore_dep_acioss/190523-1700 into official/rs_onecore_dep_acioss Retrieved from official/rs_onecore_dep_acioss 3fceea90bee761aa93d91c0184a7217d1e2d404b

Related work items: #18974333
2019-05-24 12:28:30 -07:00

72 lines
1.9 KiB
Plaintext

# -------------------------------------
# Windows Console
# - Console Virtual Terminal Parser Fuzzer
# -------------------------------------
# This program will generate fuzz input for the parsing engine
# and is to be used in conjunction with the fuzz wrapper tool.
# -------------------------------------
# Program Information
# -------------------------------------
TARGETNAME = VTCommandFuzzer
TARGETTYPE = PROGRAM
UMTYPE = console
UMENTRY = wmain
TARGET_DESTINATION = UnitTests
DLLDEF =
TEST_CODE = 1
# -------------------------------------
# CRT Configuration
# -------------------------------------
USE_UNICRT = 1
USE_MSVCRT = 1
USE_STL = 1
STL_VER = STL_VER_CURRENT
USE_NATIVE_EH = 1
BUILD_FOR_CORESYSTEM = 1
# -------------------------------------
# Preprocessor Settings
# -------------------------------------
UNICODE = 1
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
# -------------------------------------
# Compiler Settings
# -------------------------------------
MSC_WARNING_LEVEL = /W4 /WX
USER_C_FLAGS = $(USER_C_FLAGS) /std:c++17
# -------------------------------------
# Build System Settings
# -------------------------------------
# Code in the OneCore depot automatically excludes default Win32 libraries.
# -------------------------------------
# Sources, Headers, and Libraries
# -------------------------------------
PRECOMPILED_CXX = 1
PRECOMPILED_INCLUDE = stdafx.h
SOURCES = \
VTCommandFuzzer.cpp \
INCLUDES = \
..\..\..\inc \
$(INCLUDES) \
TARGETLIBS = \
$(TARGETLIBS) \
$(ONECORE_SDK_LIB_VPATH)\onecore.lib \
$(ONECORE_INTERNAL_PRIV_SDK_LIB_VPATH_L)\onecore_internal.lib \