From 020dfc54dc819f7c10e8eb43d4ddaaef834dca70 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 6 Apr 2010 11:16:28 +0000 Subject: Adding gssc and updating uicache. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 8386a18..d55c38a 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -uikittools = uiduid uishoot uicache uiopen +uikittools = uiduid uishoot uicache uiopen gssc all: $(uikittools) @@ -8,7 +8,7 @@ clean: .PHONY: all clean package %: %.mm - $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc + $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc ldid -S $@ package: all -- cgit v1.2.3