You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
396 B
24 lines
396 B
!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;..
|
|
|
|
# Building a static library
|
|
|
|
SOURCES=\
|
|
LogW.cpp \
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|