Added install_shrlib definition and allowed prod for ioc builds.
This commit is contained in:
@@ -60,6 +60,7 @@ INSTALL_JAVA = $(INSTALL_LOCATION)/javalib
|
||||
ifdef T_A
|
||||
|
||||
INSTALL_LIB = $(INSTALL_LOCATION_LIB)/$(T_A)
|
||||
INSTALL_SHRLIB = $(INSTALL_LOCATION_LIB)/$(T_A)
|
||||
INSTALL_TCLLIB = $(INSTALL_LOCATION_LIB)/$(T_A)
|
||||
INSTALL_BIN = $(INSTALL_LOCATION_BIN)/$(T_A)
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ LIBRARY_HOST += $(LIBRARY)
|
||||
OBJS += $(OBJS_HOST)
|
||||
else
|
||||
# PROD and TESTPROD not built for ioc only builds
|
||||
PROD =
|
||||
PROD = $(PROD_$(OS_CLASS))
|
||||
TESTPROD =
|
||||
LIBRARY_HOST =
|
||||
LIBRARY_IOC += $(LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user