mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Where did main.cpp disappear to? Plus other fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11733 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
018a10d7a2
commit
972b2dbcab
1 changed files with 5 additions and 7 deletions
|
|
@ -10,21 +10,19 @@
|
|||
# Unix-style Makefile for rbutil
|
||||
|
||||
|
||||
CXX=$(shell $(PREFIX)wx-config --cxx)
|
||||
OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o
|
||||
|
||||
|
||||
# type "make WIN=1" for a Windows build using the Debian mingw cross-compiler
|
||||
ifdef WIN
|
||||
CROSS=i586-mingw32msvc-
|
||||
WINDRES=i586-mingw32msvc-windres
|
||||
EXT=.exe
|
||||
PREFIX=/usr/i586-mingw32msvc/bin/
|
||||
OBJS+=rbutil-rc.o
|
||||
endif
|
||||
|
||||
|
||||
CC=$(CROSS)gcc
|
||||
CXX=$(shell $(PREFIX)wx-config --cxx)
|
||||
CFLAGS=-Wall $(INCLUDES)
|
||||
LIBS=-lm
|
||||
OBJS=main.o rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o rbutil-rc.o
|
||||
|
||||
.PHONY: all
|
||||
all: rbutil$(EXT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue