Started making the library sort-of-buildable
This commit is contained in:
parent
221f0c8ef8
commit
ccd7cc30ef
55 changed files with 461 additions and 304 deletions
12
default-config
Normal file
12
default-config
Normal file
|
@ -0,0 +1,12 @@
|
|||
# vim: syntax=make
|
||||
|
||||
BUILD_STATIC_LIB = n
|
||||
BUILD_DYNAMIC_LIB = y
|
||||
DEBUG = n
|
||||
OPTIMIZE = y
|
||||
BUILD_TESTS = y
|
||||
|
||||
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