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.
20 lines
338 B
20 lines
338 B
MAJORCOMP=SBS
|
|
MINORCOMP=common
|
|
|
|
TARGETNAME=LogUtil
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
WIN32_WINNT_VERSION=0x0400
|
|
SUBSYSTEM_VERSION=4.00
|
|
NTTARGETFILES=postprocess
|
|
|
|
USE_NOLIBS=1
|
|
|
|
C_DEFINES = -DSTRICT -DWIN32 -D_WINDOWS -DUNICODE -D_UNICODE
|
|
|
|
INCLUDES= \
|
|
$(COMMON_INC)
|
|
|
|
SOURCES= logutil.cpp
|