diff --git a/scripts/build.c.lib/BottomHeader.h b/scripts/build.c.lib/BottomHeader.h new file mode 100644 index 0000000..2ac14cb --- /dev/null +++ b/scripts/build.c.lib/BottomHeader.h @@ -0,0 +1,13 @@ +/* @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 new file mode 100644 index 0000000..805648b --- /dev/null +++ b/scripts/build.c.lib/TopSource.c @@ -0,0 +1,15 @@ +/* @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@ +*/