2025-04-27 07:49:33 -04:00

28 lines
460 B
Plaintext

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=SCTest
TARGETNAME=$(MINORCOMP)
TARGETPATH=..\..\lib\$(_OBJ_DIR)
TARGETTYPE=LIBRARY
MINORCOMP=LogW
INCLUDES=..\..\inc;..
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
# Building a static library
SOURCES=\
LogW.cpp \
..\LogT.cpp
# Use C++ Exception Handling
USE_NATIVE_EH=1