Changes between Version 3 and Version 4 of kBuild


Ignore:
Timestamp:
Dec 13, 2006, 3:08:29 AM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kBuild

    v3 v4  
    2828 1. Tools and SDKs for helping out the templates with flexibility.
    2929 1. Non-recursive makefile method by using sub-makefiles.
     30
     31
     32=== What kBuild Does Not Do ===
     33[wiki:kBuild kBuild] does not provide any facilities for checking compiler/library/header configurations, that's not in its scope. If this is important for your project, check out the autoconf tool in the GNU build system. It is possible to use kBuild together with autoconf if you like, but you might just as well use the full GNU package.