Document 'STRIP' variable

This commit is contained in:
katjav 2018-03-15 09:39:11 +01:00
parent 397b72eb9e
commit 5b4f636ed8

View file

@ -96,6 +96,7 @@ version = 0.5.0
# - CC # - CC
# - CXX # - CXX
# - INSTALL # - INSTALL
# - STRIP
# - DESTDIR # - DESTDIR
# #
# Deprecated path variables: # Deprecated path variables:
@ -212,6 +213,10 @@ version = 0.5.0
# INSTALL # INSTALL
# Definition of install program. # Definition of install program.
# #
# STRIP
# Name of strip program. Default 'strip' can be overridden in cross compilation
# environments.
#
# objectsdir: # objectsdir:
# Root directory for installation of Pd library directories, like PDLIBDIR but # Root directory for installation of Pd library directories, like PDLIBDIR but
# not overridable by environment. Supported for compatibility with pd-extended # not overridable by environment. Supported for compatibility with pd-extended