Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
The structure of a package will be changed with the following rules:
system/*.* -> /bin
project/BuildDependencies/bin/*.* -> /bin
project/BuildDependencies/include/*.* -> /include
project/BuildDependencies/lib/*.* -> /lib
project/BuildDependencies/win32/*.* -> /<root>
project/BuildDependencies/x64/*.* -> /<root>
|
|
This reverts commit cd6702402057f2d7b602fb6ef1cf030dff9da9a5.
|
|
|
|
|
|
|
|
|
|
|
|
Use the NDK level for everything native paths related. SDK level is irrelevant.
|
|
|
|
|
|
[win32] fix make-mingwlibs.bat
|
|
x64 was packaged with 32-bit *.pyd files
|
|
|
|
|
|
[ios/ios64] - bump xcode and sdk to fix ios64 compilation
|
|
project/BuildDependencies/mingwlibs/$ARCHITECTURE
|
|
|
|
FIX: [droid;cmake] cleaner binaddons packaging
|
|
|
|
[jenkins/docs] - added README for setting up a jenkins build slave
|
|
|
|
|
|
rebuild
|
|
|
|
(for building ios and osx with jenkins)
|
|
|
|
|
|
split long lines into multiple lines, otherwise a goto label may not be found
|
|
|
|
dropped by ffmpeg
|
|
cleaned by prepare-env
|
|
- remove directories with .git subdirectory
- don't remove vcredist
|
|
|
|
|
|
|
|
- Jenkins passes nobinaryaddons as 5th parameter
- allow to run make-addons before BuildSetup and also keep them
|
|
Allows to build with the same jenkins buildsteps v17 and master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|