Added automatic compilation of unite_html_b_line.c to developer compile script
This commit is contained in:
parent
e956594c0f
commit
f2af634472
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# compile_xorriso.sh
|
# compile_xorriso.sh
|
||||||
# Copyright 2005 - 2010 Thomas Schmitt, scdbackup@gmx.net, GPL version 2
|
# Copyright 2005 - 2015 Thomas Schmitt, scdbackup@gmx.net
|
||||||
|
# GPL version 2 or later
|
||||||
#
|
#
|
||||||
# Not intended for general use in production installations !
|
# Not intended for general use in production installations !
|
||||||
# Rather use: ./bootstrap ; ./configure ; make
|
# Rather use: ./bootstrap ; ./configure ; make
|
||||||
@ -219,4 +220,12 @@ then
|
|||||||
strip "$xorr"/xorriso
|
strip "$xorr"/xorriso
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -x $xorr/unite_html_b_line
|
||||||
|
then
|
||||||
|
dummy=dummy
|
||||||
|
else
|
||||||
|
echo "compiling helper program $xorr/unite_html_b_line"
|
||||||
|
( cd $xorr && cc -g -Wall -o unite_html_b_line unite_html_b_line.c )
|
||||||
|
fi
|
||||||
|
|
||||||
echo 'done.'
|
echo 'done.'
|
||||||
|
Loading…
Reference in New Issue
Block a user