aboutsummaryrefslogtreecommitdiff
path: root/share (follow)
AgeCommit message (Collapse)Author
2013-02-10Added a qt5 build include. It's pretty much the same as 4, except you have anMike Buland
extra package to track and everything has a 5 in it :-P
2012-11-08tabconv: it's all spaces now.Mike Buland
2012-04-05Added unique function and a workaround for non-matching inputs to rules passingMike Buland
the rule input filter.
2011-11-30Added a ${BISONFLAGS} token to the bison execution string in the autoinclude.Mike Buland
2011-06-22Build builds again. I'm not sure that we need the -laudio flags for qt4, letsMike Buland
see...
2011-04-10Corrected a minor bug that caused the qt4 exe rule override to fail with aMike Buland
strange message when only one file was in the project.
2011-04-07Two minor changes, first off the c and cpp requires rules both ignore missingMike Buland
files and treat them as inputs that we just haven't generated yet. I think this is a better assumption overall and will prevent most files from dying on deps. Second, a change to the qt4 include overrides the normal exe rule and substitutes one that also includes all .h files in it's inputs, only to ignore them in the build profile at the last second. This means that all generated .h files will also be deleted. It's the best solution until I figure out a way to fix this in the build core.
2011-03-10Accidentally left in some debugging.Mike Buland
2011-03-10Added rules for building java classes and jar files.Mike Buland
2010-01-25Corrected the rules to not assume that files are in a subdirectory, the codeMike Buland
makes a little more sense now as well.
2010-01-07Updated the general rules to use the new regex function, they're safer now,Mike Buland
and everything works. Unfortunately, with this release, you'll have to rebuild with the shell script...
2010-01-06Wow, ok, well, I added some more error handling, that's positive, also switchedMike Buland
conditions and functions to a plugger system like views, and all of them now load builtin and external plugins flawlessly. It's actually a lot of fun. I also added the example/test plugin condition "random" it randomly builds targets...it's not really useful...
2009-12-21Wow, that was aweful. There was a horrible problem with rule generated targetsMike Buland
not getting the variables from the parent target.
2009-12-21We're getting closer and closer, qt4 is more configurable and gets QT flagsMike Buland
for you for CXXFLAGS and LDFLAGS, added a bunch more stuff and fixed a strange function input bug.
2009-12-21Wow, it's much more general now, I like that.Mike Buland
2009-12-21m3 is copied into trunk, we should be good to go, now.Mike Buland