build changes

This commit is contained in:
Marty Kraimer
2000-02-10 19:06:32 +00:00
parent f69e9f4323
commit e8ae54e916
4 changed files with 37 additions and 6 deletions

View File

@@ -18,14 +18,14 @@ INC += guigroup.h
LIBSRCS += dbStaticLib.c
LIBSRCS += dbYacc.c
LIBSRCS += dbPvdLib.c
Db_SRCS += dbStaticNoRun.c
dbStatic_SRCS += dbStaticRun.c
dbStaticHost_SRCS += dbStaticNoRun.c
dbStaticIoc_SRCS += dbStaticRun.c
# Library to build:
#
LIBRARY_HOST += Db
LIBRARY_IOC += dbStatic
LIBRARY_HOST += dbStaticHost
LIBRARY_IOC += dbStaticIoc
DLL_LIBS = Com
@@ -35,7 +35,7 @@ PROD = dbReadTest dbExpand dbToMenuH dbToRecordtypeH
# libs needed by PROD:
#
PROD_LIBS := Db Com
PROD_LIBS := dbStaticHost Com
Db_DIR=.
include $(TOP)/configure/RULES