summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-12-01 20:43:02 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-12-02 00:51:44 -0800
commit71cc7be109c603c3dcd7e08fbe440707c4f652de (patch)
tree65359d9f23f3d4b8e9fe039f7ca9c8468b1b9e87 /makefile
parent029c8b74ccda00c74f8a39bc75f817d4763ae93a (diff)
Integrate SDURLCache: disk cache FTW.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 89c43b2..168a74f 100644
--- a/makefile
+++ b/makefile
@@ -56,8 +56,8 @@ clean:
%.o: %.c
$(cycc) -c -o $@ -x c $<
-MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h lookup3.o Cytore.hpp
- $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(flags) $(link) $(uikit)
+MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm SDURLCache/SDURLCache.h SDURLCache/SDURLCache.m iPhonePrivate.h lookup3.o Cytore.hpp
+ $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(foreach m,$(filter %.m,$^),-x objective-c++ $(m)) $(flags) $(link) $(uikit)
ldid -Slaunch.xml $@ || { rm -f $@ && false; }
CydiaAppliance: CydiaAppliance.mm