]> git.tdb.fi Git - builder.git/commit
Move the logic for creating targets into the Component class
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2007 09:40:23 +0000 (09:40 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2007 09:40:23 +0000 (09:40 +0000)
commitb5ad62c2c4c7eeadd881e3f157bde96e4dd2cc0e
tree5dc0aa2d3a888f5bbc61f4276d576fd4425d3490
parent921fc49488a68442fb8794e1a0284a3bf1e7b91b
Move the logic for creating targets into the Component class
Make Install target figure out the installation path by itself
Add targets to Builder automatically from Target constructor
source/builder.cpp
source/builder.h
source/component.cpp
source/component.h
source/install.cpp
source/install.h
source/sourcefile.h
source/target.cpp