summaryrefslogtreecommitdiff
path: root/rbutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/Makefile')
-rw-r--r--rbutil/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/rbutil/Makefile b/rbutil/Makefile
index 208a149e83..ce7cdf20f8 100644
--- a/rbutil/Makefile
+++ b/rbutil/Makefile
@@ -9,7 +9,7 @@
9 9
10# Unix-style Makefile for rbutil 10# Unix-style Makefile for rbutil
11 11
12CXX=$(shell $(PREFIX)wx-config --cxx) 12CXX=$(shell $(PREFIX)wx-config --version=2.8 --cxx)
13INC = 13INC =
14CFLAGS = -Wall -Wundef -DRBUTIL 14CFLAGS = -Wall -Wundef -DRBUTIL
15OBJS=rbutil.o rbutilApp.o rbutilFrm.o rbutilCtrls.o install_dialogs.o bootloaders.o installlog.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o sansapatcher/sansapatcher.o sansapatcher/sansaio-posix.o irivertools.o md5sum.o 15OBJS=rbutil.o rbutilApp.o rbutilFrm.o rbutilCtrls.o install_dialogs.o bootloaders.o installlog.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o sansapatcher/sansapatcher.o sansapatcher/sansaio-posix.o irivertools.o md5sum.o
@@ -32,16 +32,16 @@ endif
32all: rbutil$(EXT) 32all: rbutil$(EXT)
33 33
34.cpp.o : 34.cpp.o :
35 $(CXX) $(CFLAGS) $(INC) -c `$(PREFIX)wx-config --cxxflags` -o $@ $< 35 $(CXX) $(CFLAGS) $(INC) -c `$(PREFIX)wx-config --version=2.8 --cxxflags` -o $@ $<
36 36
37.c.o : 37.c.o :
38 $(CC) $(CFLAGS) $(INC) -c `$(PREFIX)wx-config --cxxflags` -o $@ $< 38 $(CC) $(CFLAGS) $(INC) -c `$(PREFIX)wx-config --version=2.8 --cxxflags` -o $@ $<
39 39
40rbutil-rc.o: rbutil-rc.rc 40rbutil-rc.o: rbutil-rc.rc
41 $(WINDRES) `$(PREFIX)wx-config --cxxflags` -O coff -F pe-i386 -o $@ $< 41 $(WINDRES) `$(PREFIX)wx-config --version=2.8 --cxxflags` -O coff -F pe-i386 -o $@ $<
42 42
43rbutil$(EXT): $(OBJS) 43rbutil$(EXT): $(OBJS)
44 $(CXX) -o $@ $(OBJS) `$(PREFIX)wx-config --libs` 44 $(CXX) -o $@ $(OBJS) `$(PREFIX)wx-config --version=2.8 --libs`
45 45
46.PHONY: clean 46.PHONY: clean
47clean: 47clean: