Changed LIB to LIBRARY.
This commit is contained in:
@@ -10,7 +10,7 @@ MENUS += menuConvert.h
|
||||
|
||||
bptLibrary_SRCS += cvtBpt.c
|
||||
|
||||
LIB_IOC = bptLibrary
|
||||
LIBRARY_IOC = bptLibrary
|
||||
|
||||
BPTS += bptTypeJdegC.dbd
|
||||
BPTS += bptTypeJdegF.dbd
|
||||
|
||||
@@ -24,8 +24,8 @@ dbStatic_SRCS += dbStaticRun.c
|
||||
|
||||
# Library to build:
|
||||
#
|
||||
LIB_HOST += Db
|
||||
LIB_IOC += dbStatic
|
||||
LIBRARY_HOST += Db
|
||||
LIBRARY_IOC += dbStatic
|
||||
|
||||
# Products to build:
|
||||
#
|
||||
|
||||
@@ -128,7 +128,7 @@ USR_CFLAGS = -D_NO_PROTO
|
||||
# Library to build:
|
||||
# lib$(LIBRARY).a or ..dll/..exp/..lib
|
||||
#
|
||||
LIB=Com
|
||||
LIBRARY=Com
|
||||
|
||||
|
||||
# for bldErrSymTbl:
|
||||
|
||||
Reference in New Issue
Block a user