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
443 B
24 lines
443 B
#
|
|
# Include ..\runtime.mk to get project defaults
|
|
#
|
|
!include ..\runtime.mk
|
|
|
|
#
|
|
# From now on, don't use .. in any path
|
|
#
|
|
|
|
# component
|
|
MINORCOMP=log
|
|
TARGETNAME=log
|
|
|
|
# put all libs in one place, so we can build a DLL from them
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(RUNTIME_COMMON_OBJ)
|
|
|
|
SOURCES=\
|
|
log_man.cpp \
|
|
LogProvReg.cpp \
|
|
stockpr.cpp \
|
|
sysfunc.cpp \
|
|
sysprim.cpp \
|
|
setuplog.c \
|