updated to new makefile format

This commit is contained in:
Jeff Hill
2000-02-09 16:07:32 +00:00
parent 2f1cdc98a5
commit ee3ee9d2ad
2 changed files with 18 additions and 2 deletions

View File

@@ -3,5 +3,13 @@ TOP=../../..
include $(TOP)/configure/CONFIG
include $(TOP)/configure/RULES_ARCHS
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

View File

@@ -3,5 +3,13 @@ TOP=../../..
include $(TOP)/configure/CONFIG
include $(TOP)/configure/RULES_ARCHS
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