mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Newer shinier install log file which is more intelligent and better able to cope with multiple packages being installed. This breaks compatibility with the old uninstall file format.
Various bug fixes and tidy ups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11757 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8f08f29a66
commit
5003669541
13 changed files with 385 additions and 83 deletions
|
|
@ -7,11 +7,11 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
# Unix-style Makefile for rbutil
|
||||
# Unix-style Makefile for rbutil
|
||||
|
||||
|
||||
CXX=$(shell $(PREFIX)wx-config --cxx)
|
||||
OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o
|
||||
OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o installog.o
|
||||
|
||||
|
||||
# type "make WIN=1" for a Windows build using the Debian mingw cross-compiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue