mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 05:35:20 +00:00
This change is necessary as the dep/ folder is not synced into the
Windows source tree.
I've also added a build rule producing a lib for {fmt}.
This will be required for our next OS ingestion.
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
!include ..\..\project.inc
|
|
|
|
# -------------------------------------
|
|
# Program Information
|
|
# -------------------------------------
|
|
|
|
TARGETNAME = ConOSSFmt
|
|
TARGETTYPE = LIBRARY
|
|
|
|
# -------------------------------------
|
|
# Windows Console
|
|
# - OSS Dependency: {fmt}
|
|
# -------------------------------------
|
|
|
|
PRECOMPILED_CXX = 0
|
|
|
|
SOURCES = \
|
|
..\..\..\oss\fmt\src\format.cc \
|
|
..\..\..\oss\fmt\src\os.cc \
|
|
|