summaryrefslogtreecommitdiff
path: root/bin/lo-all-static-libs
AgeCommit message (Collapse)Author
2014-08-11First attempt at building NSS for iOS, tooTor Lillqvist
Let's hope that the various static archives that get built by the NSS build machinery contain what an iOS app that needs NSS services requires. I patch out the construction of any dylibs and executables in nss. We don't use any dylibs on iOS anyway, and of course don't need any NSS executables either. Change-Id: Ic977c6e3d6c4e953202e78f8e08c4e61f6c9cb1b
2014-05-20Add the CoinMP libsTor Lillqvist
Change-Id: I37b4c1081055f98c9254d64480efeb2c205e711d
2014-04-12Don't create an icudata library for iOSTor Lillqvist
The intent being that the data file will be used instead. To avoid linking error, correspondingly include the ICU stubdata library in the list of static libraries to link with. Change-Id: I0f223fcce89dfbe283aaa2fcd2d5a58ea36ba364
2014-04-08The GLEW lib, tooTor Lillqvist
Change-Id: Ic0a9ed4aa95418fdc1a2e49419eb2a2482351232
2014-01-14Add libabwTor Lillqvist
Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715
2013-12-05Fix path to libfreetype.aTor Lillqvist
Change-Id: I19061350996dbfc214e7bfe16be957c852187b0e
2013-11-22Add libs built only for AndroidTor Lillqvist
Change-Id: Ib7087701fc918f5f871491ce78e4afad004db9dc
2013-11-22Expand the FOO_LIBS vars to a list of the actual archivesTor Lillqvist
Thus the output can also be used in makefiles where a list of actual files is needed. Change-Id: I23396dc2e98c47b99cbf53926f247bd834119976
2013-11-22Add script to produce a list of all the static libs built for iOS or AndroidTor Lillqvist
Hopefully this script can be used instead of the current many separate ways to get the same list. Change-Id: I9b84d70f37e5819140c3a3a2c8a002cfdbac4364