Use EBCL
This commit is contained in:
parent
6b4bb99469
commit
90abab29a3
4 changed files with 21 additions and 1 deletions
12
ebcl-config
Normal file
12
ebcl-config
Normal file
|
@ -0,0 +1,12 @@
|
|||
# vim: syntax=make
|
||||
|
||||
BUILD_STATIC_LIB = y
|
||||
BUILD_DYNAMIC_LIB = n
|
||||
DEBUG = n
|
||||
OPTIMIZE = y
|
||||
BUILD_TESTS = n
|
||||
|
||||
OUTDIR = ../output
|
||||
|
||||
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
|
||||
export OUTDIR
|
Loading…
Add table
Add a link
Reference in a new issue