Compare commits

..

No commits in common. "master" and "0.99.60" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

@ -64,7 +64,6 @@ OUTPUT_DIRS="obj html"
# none no special processing happens before each file # none no special processing happens before each file
# C #line directives are inserted before each file # C #line directives are inserted before each file
# and VERSION, VERMAJOR etc. are #defined # and VERSION, VERMAJOR etc. are #defined
# Ch Like C, but for header files (no VERSION #defines)
# #
make_monolithic() { make_monolithic() {
if [ $# -ne 2 ] if [ $# -ne 2 ]
@ -83,9 +82,6 @@ make_monolithic() {
then then
HASHLINE=1 HASHLINE=1
VERDEFINE=1 VERDEFINE=1
elif [ "$2" == "Ch" ]
then
HASHLINE=1
elif [ "$2" == "none" ] elif [ "$2" == "none" ]
then then
HASHLINE=0 # dummy command HASHLINE=0 # dummy command

View File

@ -1,8 +1,7 @@
/* lw-support/src/docs/MainPage.dox /* lw-support/src/docs/MainPage.txt
* *
* (c)2006, Laurence Withers, <l@lwithers.me.uk>. * (c)2005, Laurence Withers. Released under the GNU GPL. See file
* Released under the GNU GPLv2. See file COPYING or * COPYING for more information / terms of license.
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
/*! \mainpage LW Support /*! \mainpage LW Support
@ -21,8 +20,3 @@ documentation is to be found in the class listings.
\li \ref timedate Time and Date classes. \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
*/

View File

@ -24,7 +24,7 @@ then
$(true echo src/liblw-support/IO/Util/WriteTask.h) $(true echo src/liblw-support/IO/Util/WriteTask.h)
$(echo src/liblw-support/Util/Log.h) $(echo src/liblw-support/Util/Log.h)
$(echo src/liblw-support/BottomHeader.h)" $(echo src/liblw-support/BottomHeader.h)"
make_monolithic ${HDR} Ch || return 1 make_monolithic ${HDR} C || return 1
MONOLITHIC_SOURCE="$(echo src/liblw-support/TopSource.cpp) MONOLITHIC_SOURCE="$(echo src/liblw-support/TopSource.cpp)
$(echo src/liblw-support/Exceptions/{Exception,BadArgument,SystemError,ParseError,IO,FIFO,BadString,HTTP,DNS}.cpp) $(echo src/liblw-support/Exceptions/{Exception,BadArgument,SystemError,ParseError,IO,FIFO,BadString,HTTP,DNS}.cpp)