Update to newer build system.
This commit is contained in:
parent
6e43075e9d
commit
0774fdd358
3 changed files with 14 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
/* lw-support/src/docs/MainPage.txt
|
||||
/* lw-support/src/docs/MainPage.dox
|
||||
*
|
||||
* (c)2005, Laurence Withers. Released under the GNU GPL. See file
|
||||
* COPYING for more information / terms of license.
|
||||
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
||||
* http://www.gnu.org/copyleft/gpl.html for details.
|
||||
*/
|
||||
|
||||
/*! \mainpage LW Support
|
||||
|
|
@ -20,3 +21,8 @@ documentation is to be found in the class listings.
|
|||
\li \ref timedate Time and Date classes.
|
||||
|
||||
*/
|
||||
|
||||
/* options for text editors
|
||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
vim: expandtab:ts=4:sw=4
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ then
|
|||
$(true echo src/liblw-support/IO/Util/WriteTask.h)
|
||||
$(echo src/liblw-support/Util/Log.h)
|
||||
$(echo src/liblw-support/BottomHeader.h)"
|
||||
make_monolithic ${HDR} C || return 1
|
||||
make_monolithic ${HDR} Ch || return 1
|
||||
|
||||
MONOLITHIC_SOURCE="$(echo src/liblw-support/TopSource.cpp)
|
||||
$(echo src/liblw-support/Exceptions/{Exception,BadArgument,SystemError,ParseError,IO,FIFO,BadString,HTTP,DNS}.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue