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:
commit
6ed25f2c3c
2 changed files with 28 additions and 0 deletions
13
scripts/build.c.lib/BottomHeader.h
Normal file
13
scripts/build.c.lib/BottomHeader.h
Normal 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@
|
||||
*/
|
||||
15
scripts/build.c.lib/TopSource.c
Normal file
15
scripts/build.c.lib/TopSource.c
Normal 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@
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue