mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
add some comments to describe configurable options
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@34777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
acbe80c889
commit
72398eab35
1 changed files with 21 additions and 1 deletions
22
local.make
22
local.make
|
@ -1,6 +1,26 @@
|
|||
#
|
||||
# This makefile is intended to allow site-local customisation of certain
|
||||
# hard-coded defaults. Edit it to suit your system if necessary.
|
||||
#
|
||||
|
||||
ADDITIONAL_CPPFLAGS += \
|
||||
# ECCL_CPPFLAGS ...
|
||||
#
|
||||
# EC_DEFAULTS_PREFIX
|
||||
# May be used to define an Objective-C string literal to be used as the
|
||||
# prefix when looking up keys in the defaults/configuration system.
|
||||
#
|
||||
# EC_DEFAULTS_STRICT
|
||||
# May be used to define an Objective-C boolean literal to be used to
|
||||
# control whether configuration keys are used only with the prefix
|
||||
# or whether values for keys without the prefix are also looked up.
|
||||
#
|
||||
# EC_EFFECTIVE_USER
|
||||
# May be used to define an Objective-C string literal to be used to
|
||||
# specify the name of the user to run all EcProcess programs.
|
||||
|
||||
ECCL_CPPFLAGS += \
|
||||
'-DEC_DEFAULTS_PREFIX=@"BS"'\
|
||||
'-DEC_DEFAULTS_STRICT=NO'\
|
||||
'-DEC_EFFECTIVE_USER=@"brains99"'\
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue