latest build rules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user