Upgrade build system, bump version.
This commit is contained in:
parent
12ecf4f11f
commit
b5338bd81e
6 changed files with 10 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ then
|
|||
echo " Compiling"
|
||||
|
||||
SONAME="${libutf8pp_BASE}.so.${SOMAJOR}.${SOMINOR}"
|
||||
do_cmd ${CXX} ${CFLAGS} -shared -fpic -o "${libutf8pp}" \
|
||||
do_cmd ${CXX} ${CFLAGS} -Iobj -shared -fpic -o "${libutf8pp}" \
|
||||
-Wl,-soname,${SONAME} \
|
||||
${SRC} ${SO_EXTRA} || return 1
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ MONOLITHIC_TESTS="src/libutf8++/build.lib src/libutf8++/build.monolithic"
|
|||
if [ -z "${libutf8pp_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(echo src/libutf8++/{TopHeader,ForwardDeclare,exception,string,{en,de}coder,BottomHeader}.h)"
|
||||
make_monolithic ${HDR} C || return 1
|
||||
make_monolithic ${HDR} Ch || return 1
|
||||
|
||||
MONOLITHIC_SOURCE="$(echo src/libutf8++/{TopSource,exception,string,{en,de}coder}.cpp)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ SOMAJOR=0
|
|||
SOMINOR=0
|
||||
|
||||
# SOMICRO is bumped every time there is a binary-compatible release.
|
||||
SOMICRO=0
|
||||
SOMICRO=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue