Changeset 2018 for trunk/kBuild/units
- Timestamp:
- Nov 2, 2008, 1:08:56 AM (17 years ago)
- Location:
- trunk/kBuild/units
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/lex.kmk
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1625 r2018 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
Property svn:keywords
changed from
-
trunk/kBuild/units/qt3.kmk
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1771 r2018 24 24 # 25 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 31 # 32 # 33 26 34 27 35 ifdef UNIT_qt3 … … 224 232 ))) 225 233 ifeq ($(PATH_TOOL_QT3_BIN),) 226 # If we couldn't find the qt3 specific tool qm2ts, debian and other skip 234 # If we couldn't find the qt3 specific tool qm2ts, debian and other skip 227 235 # this (thanks a bundle). Try with look for 'moc' with a '-qt3' extension, 228 # then for just moc. In the latter case don't search /usr[/local]/bin to 236 # then for just moc. In the latter case don't search /usr[/local]/bin to 229 237 # void finding the qt4 tools and messing up. 230 238 ifeq ($(TOOL_QT3_BIN_SUFF),) -
Property svn:keywords
changed from
-
trunk/kBuild/units/qt4.kmk
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1774 r2018 24 24 # 25 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 31 # 32 # 33 26 34 27 35 ifdef UNIT_qt4 -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.