From 0774fdd3581d5c0c3420827dc29a5479cc5635bc Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 25 Aug 2006 20:30:52 +0100 Subject: [PATCH] Update to newer build system. --- make.sh | 4 ++++ src/docs/MainPage.dox | 12 +++++++++--- src/liblw-support/build.monolithic | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/make.sh b/make.sh index a4043fc..4d7c21f 100755 --- a/make.sh +++ b/make.sh @@ -64,6 +64,7 @@ OUTPUT_DIRS="obj html" # none no special processing happens before each file # C #line directives are inserted before each file # and VERSION, VERMAJOR etc. are #defined +# Ch Like C, but for header files (no VERSION #defines) # make_monolithic() { if [ $# -ne 2 ] @@ -82,6 +83,9 @@ make_monolithic() { then HASHLINE=1 VERDEFINE=1 + elif [ "$2" == "Ch" ] + then + HASHLINE=1 elif [ "$2" == "none" ] then HASHLINE=0 # dummy command diff --git a/src/docs/MainPage.dox b/src/docs/MainPage.dox index 8f79acc..25e2532 100644 --- a/src/docs/MainPage.dox +++ b/src/docs/MainPage.dox @@ -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, . + * 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 +*/ diff --git a/src/liblw-support/build.monolithic b/src/liblw-support/build.monolithic index 2a33583..a352fdf 100644 --- a/src/liblw-support/build.monolithic +++ b/src/liblw-support/build.monolithic @@ -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)