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
+9 -7
View File
@@ -2,16 +2,18 @@ TOP=../..
include $(TOP)/configure/CONFIG
LIBSRCS += asLib.c
asLibrary_SRCS += asDbLib.c
asLibrary_SRCS += asCa.c
LIBRARY_HOST = As
LIBRARY_IOC = as
DLL_LIBS = Db Com
asIoc_SRCS += asDbLib.c
asIoc_SRCS += asCa.c
PROD_LIBS = As dbStatic Com
As_DIR=.
LIBRARY_HOST = asHost
LIBRARY_IOC = asIoc
asHost_DLL_LIBS = dbStaticHost Com
asIoc_DLL_LIBS = dbStaticIoc Com
asHost_DIR=.
PROD_LIBS = asHost dbStaticHost Com
PROD = ascheck
include $(TOP)/configure/RULES