Add new make variable to seperate build library and target library #20
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
make
Specific to makefile generation
We need to have separate variables to allow gmake to look at objects in a one library but build in a different one. For example:
BASE_LIB
will default toBIN_LIB
for backwards compatibility.main
which is libraryPRODAPP
. This would be theBASE_LIB
variable.BIN_LIB
but keep theBASE_LIB
They have a
.env
like this:The text was updated successfully, but these errors were encountered: