summaryrefslogtreecommitdiff
path: root/sdk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Warn that we're building an ancient libcurlJohn-Mark Bell2012-08-041-0/+1
|
* Add libpblJohn-Mark Bell2012-08-041-1/+19
|
* Use latest versions of libraries.John-Mark Bell2012-08-041-6/+6
| | | | libiconv has not been updated, as v1.14 doesn't compile.
* explicitly disable ldap on windows buildsVincent Sanders2012-07-241-1/+2
|
* add regex library to windows buildVincent Sanders2012-07-231-1/+18
|
* allow libcurl to have target specific patchesVincent Sanders2012-07-231-0/+3
|
* add iconv to i686-w64-mingw32Vincent Sanders2012-07-231-1/+1
|
* fix mingw buildVincent Sanders2012-07-221-3/+8
|
* get sdk to build with mingw toolchainVincent Sanders2012-07-221-1/+6
|
* LibPNG version 1.5.12.Michael Drake2012-07-201-2/+2
|
* Update to build from scratchVincent Sanders2012-07-171-5/+5
| | | | Add basic README containing dependancies and risc os build instructions
* Build runes for m68k-atari-mint sdkJohn Mark Bell2011-05-141-1/+9
| | | | svn path=/toolchains/; revision=12409
* SDK build runes and patches for ppc-amigaosJohn Mark Bell2011-03-081-0/+19
| | | | svn path=/toolchains/; revision=11941
* Patch libjpeg to avoid warnings about redefinitions of preprocessor symbolsJohn Mark Bell2011-01-051-1/+1
| | | | svn path=/toolchains/; revision=11221
* Remove OSLib from the SDKJohn Mark Bell2011-01-021-15/+1
| | | | svn path=/toolchains/; revision=11184
* Extra patches for zlib to avoid ugly warnings caused by the use of undefined ↵John Mark Bell2011-01-021-1/+4
| | | | | | | | | preprocessor macros RISC OS-specific patch for zlib to stop it erroneously detecting largefile64 support where there is none Ensure we build zlib static and not shared svn path=/toolchains/; revision=11182
* Build runes for RISC OS SDK.John Mark Bell2010-12-301-34/+50
| | | | | | | libxml2 must not depend on libiconv.d, as we may not want libiconv in the SDK (e.g. if iconv is provided by the runtime) Change the way we provide environment to subprocesses -- some buildsystems (i.e. OSLib's) dislike CC being overridden with the target compiler svn path=/toolchains/; revision=11171
* Make distclean depend on clean, to reduce codeJohn Mark Bell2010-12-301-2/+1
| | | | svn path=/toolchains/; revision=11166
* Make upstream package version numbers trivially configurableJohn Mark Bell2010-12-301-63/+76
| | | | svn path=/toolchains/; revision=11164
* Prefer a build directory per platform.John Mark Bell2010-12-301-29/+58
| | | | | | | Introduce clean and distclean targets. Stop silliness wrt refetching upstream sources: we won't do so if we have a local copy svn path=/toolchains/; revision=11163
* Select SDK components based upon the target platformJohn Mark Bell2010-12-301-4/+20
| | | | svn path=/toolchains/; revision=11158
* Add libtre to the SDK.John Mark Bell2010-12-291-4/+17
| | | | | | Also install a regex.h compatibility header so it gets used svn path=/toolchains/; revision=11145
* Add libiconv to the SDKJohn Mark Bell2010-12-291-5/+17
| | | | svn path=/toolchains/; revision=11143
* Build runes for an SDK containing the upstream packages we needJohn Mark Bell2010-12-291-0/+166
svn path=/toolchains/; revision=11136