corelib/.vim.local/scripts/build-config
Emmanuel BENOîT e2a2535dc2 Fixed vim config re: previous changes
The build configuration Vim uses when building needed to be updated so
it would define OUTDIRBASE instead of OUTDIR.
2018-12-16 12:39:42 +01:00

12 lines
211 B
Makefile

# vim: syntax=make
BUILD_STATIC_LIB = n
BUILD_DYNAMIC_LIB = y
DEBUG = y
OPTIMIZE = n
BUILD_TESTS = y
OUTDIRBASE = output
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
export OUTDIRBASE