blob: 76f6a9ff35d4e8a702d509fcfff8295b754aa1bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff -ru mobileterminal-273/Makefile mobileterminal-273+iPhone/Makefile
--- mobileterminal-273/Makefile 2007-10-01 08:23:11.000000000 +0000
+++ mobileterminal-273+iPhone/Makefile 2008-04-09 12:22:02.000000000 +0000
@@ -1,5 +1,5 @@
CC=arm-apple-darwin-gcc
-CFLAGS=-Wall -Werror -O7
+CFLAGS=-Wall -O7
LDFLAGS=-lobjc -framework CoreFoundation -framework Foundation \
-framework UIKit -framework LayerKit -framework CoreGraphics \
-framework GraphicsServices -lcurses
|