summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-04-06 11:16:28 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-04-06 11:16:28 +0000
commit020dfc54dc819f7c10e8eb43d4ddaaef834dca70 (patch)
treefa789fd7d492f40fb987fa919accce3b2926f368 /makefile
parent2a72f832e35d56a748537c894b00a236bae8f16a (diff)
Adding gssc and updating uicache.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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