X-Git-Url: https://git.saurik.com/veency.git/blobdiff_plain/e3643d7a9d12235133c9762cf96c0488a9434a64..434040f4a2c6b7abc87eee62a1f6237996399307:/makefile?ds=sidebyside diff --git a/makefile b/makefile index 84c3b3a..03f593a 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 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