From 726ec70f7ac780d7bbe1af9e9bc090aaf4026f01 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 8 Dec 2006 15:22:36 +0000 Subject: [PATCH] WIP --- scripts/build.c.lib/BottomHeader.h | 13 ------------- scripts/build.c.lib/TopSource.c | 15 --------------- scripts/build.lib.c++/config-script | 26 +++++++++++++------------- scripts/build.lib.c/config-script | 26 +++++++++++++------------- 4 files changed, 26 insertions(+), 54 deletions(-) delete mode 100644 scripts/build.c.lib/BottomHeader.h delete mode 100644 scripts/build.c.lib/TopSource.c diff --git a/scripts/build.c.lib/BottomHeader.h b/scripts/build.c.lib/BottomHeader.h deleted file mode 100644 index 2ac14cb..0000000 --- a/scripts/build.c.lib/BottomHeader.h +++ /dev/null @@ -1,13 +0,0 @@ -/* @P@/src/@NAME@/BottomHeader.h - * - * (c)2006, @AUTHOR@, <@EMAIL@>. - * Released under the GNU GPLv2. See file COPYING or - * http://www.gnu.org/copyleft/gpl.html for details. -*/ - -#endif - -/* options for text editors -kate: @KATE_MODELINE@ -vim: @VIM_MODELINE@ -*/ diff --git a/scripts/build.c.lib/TopSource.c b/scripts/build.c.lib/TopSource.c deleted file mode 100644 index 805648b..0000000 --- a/scripts/build.c.lib/TopSource.c +++ /dev/null @@ -1,15 +0,0 @@ -/* @P@/src/@NAME@/TopSource.c - * - * (c)2006, @AUTHOR@, <@EMAIL@>. - * Released under the GNU GPLv2. See file COPYING or - * http://www.gnu.org/copyleft/gpl.html for details. -*/ - -#include "@HEADER_NAME@" - -// Below are all the includes used throughout the library. - -/* options for text editors -kate: @KATE_MODELINE@ -vim: @VIM_MODELINE@ -*/ diff --git a/scripts/build.lib.c++/config-script b/scripts/build.lib.c++/config-script index d86f9ca..714f54c 100644 --- a/scripts/build.lib.c++/config-script +++ b/scripts/build.lib.c++/config-script @@ -14,13 +14,13 @@ lib_dir_set="no" usage() { cat <