16 lines
291 B
Makefile
16 lines
291 B
Makefile
|
|
TOP=../../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
CXXCMPLR = STRICT
|
|
|
|
PROD_LIBS = Com
|
|
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32
|
|
|
|
TESTPROD := resourceLibTest tsDLListBench tsDLListTest tsDLListTest \
|
|
tsSLListBench tsSLListTest minmaxTest tsBTreeBench tsBTreeTest
|
|
|
|
include $(TOP)/configure/RULES
|
|
|