latest build rules

This commit is contained in:
Marty Kraimer
2000-02-21 19:15:18 +00:00
parent 027d9e1407
commit 8ce6d07bb7
11 changed files with 136 additions and 145 deletions

View File

@@ -3,21 +3,23 @@ include $(TOP)/configure/CONFIG
INC += cvtTable.h
makeBpt_SRCS += makeBpt.c
PROD += makeBpt
MENUS += menuConvert.h
bpt_SRCS += cvtBpt.c
LIBRARY_IOC = bpt
DLL_LIBS = Db Com
BPTS += bptTypeJdegC.dbd
BPTS += bptTypeJdegF.dbd
BPTS += bptTypeKdegC.dbd
BPTS += bptTypeKdegF.dbd
LIBSRCS += cvtBpt.c
LIBRARY_IOC = bptIoc
bptHost_DLL_LIBS = dbStaticHost Com
bptIoc_DLL_LIBS = dbStaticIoc Com
PROD_LIBS = dbStaticHost Com
PROD += makeBpt
include $(TOP)/configure/RULES
$(BPTS): $(INSTALL_PROD)