index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rbutil
/
libtools.make
Age
Commit message (
Expand
)
Author
2020-06-30
mac: Fix build rule for dmg.
Dominik Riebeling
2020-04-09
rbutil: Add bspatch and libbzip2
Solomon Peachy
2016-12-16
Fix linking with C++ files.
Dominik Riebeling
2016-12-16
Support C++ in libtools.make and rewrite dependency handling.
Dominik Riebeling
2016-12-16
Don't add LIBSOURCES to SOURCES.
Dominik Riebeling
2014-03-20
OS X: detect clang and build for x86 target only.
Dominik Riebeling
2014-01-05
Fix rm function on Windows once more.
Dominik Riebeling
2014-01-05
Fix rm function on Windows.
Dominik Riebeling
2014-01-05
Fix rebuilding of libs on OS X.
Dominik Riebeling
2013-11-12
Move LDOPTS to the end of the linker call.
Dominik Riebeling
2013-06-09
Treat arch flags separately when building libraries.
Dominik Riebeling
2013-05-11
Implement dependency generation in libtools.make.
Dominik Riebeling
2013-05-11
Change mkdir -p to work on Windows.
Dominik Riebeling
2013-05-11
Make libtools compile rule more generic.
Dominik Riebeling
2013-05-10
Set APPVERSION globally for extralibs Makefile.
Dominik Riebeling
2013-05-04
Allow overriding make variables via environment variables.
Dominik Riebeling
2013-04-05
Fix ipodpatcher on OS X.
Dominik Riebeling
2013-04-05
Replace the use of uname to get the build output.
Dominik Riebeling
2013-01-01
Fix version handling for patchers.
Dominik Riebeling
2012-07-27
Add quotes around APPVERSION to avoid issues when it has spaces.
Frank Gevaerts
2012-04-28
Move bin2c handling to libtools.make
Dominik Riebeling
2012-02-05
Make sure we use POSIX/C99 printf() when building for windows
Rafaël Carré
2012-01-06
Remove OS X special universal binary handling.
Dominik Riebeling
2012-01-05
Update OS X library building.
Dominik Riebeling
2012-01-02
Fix cross compiling on OS X.
Dominik Riebeling
2012-01-02
libtools.make: allow overriding variables via environment.
Dominik Riebeling
2011-12-16
libtools.make: add rule to build a DLL.
Dominik Riebeling
2011-12-16
ipodpatcher: move linker only options out of CFLAGS.
Dominik Riebeling
2011-12-16
mkamsboot: fix building as universal library.
Dominik Riebeling
2011-12-16
ipodpatcher: convert to use libtools.make.
Dominik Riebeling
2011-12-15
Break some long lines.
Dominik Riebeling
2011-12-14
mkmpioboot: use common Makefile.
Dominik Riebeling
2011-12-14
Initial common Makefile for Rockbox Utility tools / libs.
Dominik Riebeling