X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/7a8635c970daf8d9e01bc387183136da7b4e20c4..9c44cbca951c9f52c63e87181b28a7ba958e2ebb:/makefile diff --git a/makefile b/makefile index 89c43b27..168a74f0 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