Matthieu Gautier
|
308cfa6986
|
Use dependency names as reference instead of class names.
Class names are implementation names.
Using the dependency names is better as it surprise less the user.
|
2017-04-08 18:19:17 +02:00 |
Matthieu Gautier
|
a212ec622b
|
Allow a dependency to have _post_prepare_script in this GitClone source.
|
2017-03-28 10:10:12 +02:00 |
Matthieu Gautier
|
29bba313bc
|
[API change] Use just one option to specify the build target.
There is no more option for static or share build. This value is
integrated in the build-target.
|
2017-03-13 13:18:14 +01:00 |
Matthieu Gautier
|
dd7a0660c0
|
Allow the use of pre/post build script in dependencies.
|
2017-03-13 13:18:14 +01:00 |
Matthieu Gautier
|
92c1a5513a
|
Move some variables definition in a property instead of classic calculus.
|
2017-03-13 13:18:14 +01:00 |
Matthieu Gautier
|
bd4e7d3550
|
Move some common options for static/shared libs in the common class.
|
2017-03-13 13:18:14 +01:00 |
Matthieu Gautier
|
00acba9ee9
|
Add the notion of toolschain.
- For now, only the win32 is here.
- There no more nativeBuilEnv as the buildEnv can launch command without
using the toolschain.
|
2017-03-13 13:18:14 +01:00 |
Matthieu Gautier
|
ffee068fd0
|
Split the too long kiwix-build.py file into several smaller ones.
|
2017-03-13 13:18:14 +01:00 |