]> git.saurik.com Git - cydia.git/blobdiff - makefile
Export cydia.setHidesNavigationBar() to JavaScript.
[cydia.git] / makefile
index 9a1145dcf42b5ccd2466cf6f8457c7af8af4ba9f..f94af0d9a0a4b28561dea2bdafe9b6bc9af2da4e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -68,7 +68,10 @@ clean:
 %.o: %.c
        $(cycc) -c -o $@ -x c $<
 
-MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm SDURLCache/SDURLCache.h SDURLCache/SDURLCache.m iPhonePrivate.h lookup3.o Cytore.hpp
+Version.h:
+       ./Version.h.sh
+
+MobileCydia: Version.h 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; }