From e8653a2995d69d657392af3fc0e385c202574e0f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 8 Apr 2008 21:22:56 +0000 Subject: Ported UIKit Tools to iPhoneOS 2.0 (sort of). --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index e5f9b02..4cf346e 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ all: uialert %: %.mm - $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc + $${PKG_TARG}-g++ -o $@ $< -framework Foundation -framework CoreFoundation -framework UIKit -lobjc -- cgit v1.2.3