]> git.tdb.fi Git - builder.git/commit
Allow features to be exported
authorMikko Rasa <tdb@tdb.fi>
Tue, 13 Oct 2015 19:55:10 +0000 (22:55 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 13 Oct 2015 19:55:10 +0000 (22:55 +0300)
commitae1ab287b544cc19d185024fa64e475a957313e4
tree27820ab8c71c1e9eb81ce244e416ffb7cbc4636d
parent74ea8208bb1aa1d9afc9657a4cdfac6714241887
Allow features to be exported

While overlay directories are generally preferred, sometimes it's not
worth the effort for a small feature.  In those cases the -D switch needs
to be applied to any package that might use the library's headers.
source/feature.cpp
source/feature.h
source/sourcepackage.cpp