Commit Graph

117 Commits

Author SHA1 Message Date
Laurence Withers 28de5c8aaa Fix annoying bug in file installation 2007-02-05 13:49:17 +00:00
Laurence Withers dfdd180b0d Fix recursion bug in build_dir_tree 2007-02-05 13:36:48 +00:00
Laurence Withers fffbcb9d14 Update README to mention install_prefix 2007-02-05 12:57:58 +00:00
Laurence Withers 6667349652 Use install_file function rather than direct cp, since it lets us use
INSTALL_PREFIX
2007-02-05 12:54:48 +00:00
Laurence Withers 7ce30bf7bd Update copyright dates and add INSTALL_PREFIX 2007-02-05 12:51:38 +00:00
Laurence Withers 996fcd8481 Update copyright year to 2007 2007-02-05 12:35:36 +00:00
Laurence Withers 45a9c51bdc Add MONOLITHIC_OPTIONS 2007-02-02 21:38:36 +00:00
Laurence Withers 5592da7b80 Add app.sh module 2007-01-31 19:14:25 +00:00
Laurence Withers 8968ed27b2 Add a C module 2007-01-31 14:03:00 +00:00
Laurence Withers f5e3be481b Add config option for DOCSDIR 2007-01-02 10:47:16 +00:00
Laurence Withers b2295cd907 Remove unnecessary executable flag. 2007-01-02 10:44:41 +00:00
Laurence Withers d549a21d78 Don't add FILESDIR to config; it's not necessary 2007-01-02 10:44:09 +00:00
Laurence Withers b42bbd0e98 Fix another typo 2006-12-15 10:33:26 +00:00
Laurence Withers b787c46513 Merge branch 'master' of lwithers.me.uk:git/lw-build-system 2006-12-15 10:30:28 +00:00
Laurence Withers 6a91c5d603 Fix detection of "build.*" in file install script 2006-12-15 10:30:04 +00:00
Laurence Withers 26cbe17fea Always make the config script return true 2006-12-13 22:13:20 +00:00
Laurence Withers 28f36feef4 Remove stray tab 2006-12-12 16:17:22 +00:00
Laurence Withers 4b6457479b Don't fail the script if the last command in config returns false 2006-12-12 16:15:27 +00:00
Laurence Withers b6e0f0dc02 Fix typo in FINALINCLUDEDIR default value 2006-12-12 15:39:47 +00:00
Laurence Withers 7f6786c908 Update for new config/scripts 2006-12-08 16:21:38 +00:00
Laurence Withers aacb01917c WIP 2006-12-08 15:51:18 +00:00
Laurence Withers 726ec70f7a WIP 2006-12-08 15:22:36 +00:00
Laurence Withers 1f2f79bb05 Update ignore 2006-12-08 15:15:59 +00:00
Laurence Withers 6ed25f2c3c Merge branch 'master' of lwithers.me.uk:git/lw-build-system
Conflicts:

	scripts/build.c.lib/BottomHeader.h
	scripts/build.c.lib/TopSource.c
2006-12-08 15:09:19 +00:00
Laurence Withers 6c6aba6d43 Use config scripts, not pkgconfig 2006-12-08 15:08:09 +00:00
Laurence Withers 50e0fbc594 Use a more logical naming system. 2006-12-08 12:09:08 +00:00
Laurence Withers 1fcb71cf02 Add a couple of minor fixes to comment headers in C library module 2006-10-14 16:43:31 +01:00
Laurence Withers 31e3e08408 Don't define VERSION etc. in header files. 2006-08-25 10:21:11 +01:00
Laurence Withers 868d060656 Only build docs if src/docs exists. 2006-08-24 23:44:46 +01:00
Laurence Withers b5e34d56bf Update .gitignore to match. 2006-08-15 09:38:25 +01:00
Laurence Withers be9045bd2a Add Qt application module. 2006-08-15 09:33:28 +01:00
Laurence Withers 54657eb084 Add in -Iobj flag where required. 2006-08-10 17:02:05 +01:00
Laurence Withers ac9aa2b609 Use proper filename. 2006-08-09 11:44:45 +01:00
Laurence Withers a0acfae451 More @NAME@ -> @CNAME@ fixups. 2006-08-09 11:16:18 +01:00
Laurence Withers 6235444f96 Fix up C template a little. 2006-08-08 11:14:49 +01:00
Laurence Withers 636b0a84b7 Add vim modelines. 2006-08-01 15:27:01 +01:00
Laurence Withers 7d3ea5865b Create src if it doesn't already exist 2006-08-01 15:23:28 +01:00
Laurence Withers 2299d6abd6 Fix quoting problem. 2006-08-01 13:50:04 +01:00
Laurence Withers bc7bd989d4 Use proper name when generating pkgconfig files. 2006-07-31 17:13:00 +01:00
Laurence Withers 4863ca9c8b Add a "none/files" module. This is used to install static files. 2006-07-30 13:13:46 +01:00
Laurence Withers 5686153939 Translate '.' in filenames to '_' in bash variable names 2006-07-30 13:13:31 +01:00
Laurence Withers f367b2e1aa Merge branch 'master' of lwithers.me.uk:git/lw-build-system 2006-07-28 18:12:21 +01:00
Laurence Withers 7be4f696b0 Fix a couple of bugs in the C test template. 2006-07-28 10:57:44 +01:00
Laurence Withers 267b583388 Add in SDCCFLAGS todo. 2006-07-28 10:55:07 +01:00
Laurence Withers c6eb191b49 Update release script 2006-07-28 10:54:59 +01:00
Laurence Withers 4e0b07dfd2 Don't refer to non-existent header file. 2006-07-28 09:12:59 +01:00
Laurence Withers dacfbc2c35 Don't #include "obj/xxx", just use "xxx" 2006-07-27 18:34:42 +01:00
Laurence Withers 4320510300 Update .gitignore. 2006-07-27 18:25:10 +01:00
Laurence Withers 3e91db08d5 Move the release script into the maintenance directory. 2006-07-27 18:23:05 +01:00
Laurence Withers 9644807226 Add a new script to install symlinks into a project that has been
checked out but which does not contain the maintainer scripts.
2006-07-27 18:20:00 +01:00