]> git.saurik.com Git - veency.git/blobdiff - makefile
Use CFUserNotificationCreate for dialogs on iOS 6.
[veency.git] / makefile
index 3f0ac4b88c8870c7a91f0cc4388590253c165769..d9368ec616d271465cc9cf61a4be2a59ca9ee09f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,8 @@
 name := Veency
 id := vncs
-flags := -lvncserver -framework IOMobileFramebuffer -framework CoreSurface -framework IOKit -framework GraphicsServices -I/apl/inc/iPhoneOS-2.0 -framework QuartzCore
+flags := -lvncserver -framework IOMobileFramebuffer -framework CoreSurface -framework IOKit -framework GraphicsServices -I/apl/inc/iPhoneOS-2.0 -framework QuartzCore -weak_reference_mismatches weak -framework UIKit -framework GraphicsServices
+flags += -fvisibility=hidden
+flags += SpringBoardAccess.c
 base := ../tweaks
 include ../tweaks/tweak.mk