23 lines
372 B
Plaintext
23 lines
372 B
Plaintext
!ifndef CAP_BUILD
|
|
CAP_BUILD=0
|
|
!endif
|
|
|
|
TARGETNAME=pdhlog
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc; \
|
|
$(BASE_INC_PATH); \
|
|
$(SDKTOOLS_INC_PATH)
|
|
|
|
SOURCES=log.c \
|
|
log_ctrl.c \
|
|
log_text.c \
|
|
log_bin.c \
|
|
log_wmi.c \
|
|
log_pm.c \
|
|
log_sql.c \
|
|
relog.c
|
|
|
|
USE_MSVCRT=1
|