Merge branch 'master' of lwithers.me.uk:git/lw-build-system

Conflicts:

	scripts/build.c.lib/BottomHeader.h
	scripts/build.c.lib/TopSource.c
This commit is contained in:
Laurence Withers 2006-12-08 15:09:19 +00:00
commit 6ed25f2c3c
2 changed files with 28 additions and 0 deletions

View File

@ -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@
*/

View File

@ -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@
*/