X-Git-Url: https://git.saurik.com/veency.git/blobdiff_plain/e3643d7a9d12235133c9762cf96c0488a9434a64..a0f17fb983203d1d6ce82f9eb583f21fd2a50bc2:/makefile diff --git a/makefile b/makefile index 84c3b3a..5568d0d 100644 --- a/makefile +++ b/makefile @@ -1,16 +1,9 @@ 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 base := ../tweaks include ../tweaks/tweak.mk -all: VeencyHook.dylib - -VeencyHook.dylib: Hook.mm makefile - $(target)g++ -dynamiclib -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -init _TweakInitialize -lobjc - ldid -S $@ - extra: - cp -a VeencyHook.dylib VeencyHook.plist package/Library/MobileSubstrate/DynamicLibraries mkdir -p package/System/Library/CoreServices/SpringBoard.app cp -a Default_Veency.png FSO_Veency.png package/System/Library/CoreServices/SpringBoard.app