X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/5ad3e6d9a0a9a6972b5fb8fea108ea7168757ea5..139021775a4a105f85659c8ae4494ef7a33ddb1d:/makefile?ds=sidebyside diff --git a/makefile b/makefile index 855ab7a5..293bc762 100644 --- a/makefile +++ b/makefile @@ -67,7 +67,7 @@ dirs := Menes CyteKit Cydia SDURLCache code := $(foreach dir,$(dirs),$(wildcard $(foreach ext,h hpp c cpp m mm,$(dir)/*.$(ext)))) code := $(filter-out SDURLCache/SDURLCacheTests.m,$(code)) -code += MobileCydia.mm iPhonePrivate.h Cytore.hpp lookup3.c +code += MobileCydia.mm Version.mm iPhonePrivate.h Cytore.hpp lookup3.c source := $(filter %.m,$(code)) $(filter %.mm,$(code)) source += $(filter %.c,$(code)) $(filter %.cpp,$(code)) @@ -106,15 +106,15 @@ Objects/%.o: %.mm $(header) @echo "[cycc] $<" @$(cycc) -c -o $@ $< $(flags) $(xflags) -Objects/MobileCydia.o: version.h +Objects/Version.o: version.h Images/%.png: %.png @mkdir -p $(dir $@) @echo "[pngc] $<" @./pngcrush.sh $< $@ -sysroot: - @echo "Please read compiling.txt: you do not have a ./sysroot/ folder with the on-device requirements." 1>&2 +sysroot: sysroot.sh + @echo "Your ./sysroot/ is either missing or out of date. Please read compiling.txt for help." 1>&2 @echo 1>&2 @exit 1