summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-03-14 05:58:45 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-03-14 05:58:45 +0000
commit49048579e861fc02937c97d56a9d9f526d6d36b6 (patch)
tree5bc74785aa7468794c865f1fecf1a4c59911f936 /makefile
parent9b76c8402e08f45ac0da092469aebbf0f95c8ad7 (diff)
If a dependency is broken, don't install the package. (Also, if a package is Essential, it's pretty much an upgrade.)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 76093ba..365ced3 100644
--- a/makefile
+++ b/makefile
@@ -9,5 +9,8 @@ test: all
exec: exec.mm makefile
arm-apple-darwin-g++ -Wall -Werror -o $@ $< -framework Foundation -framework CoreFoundation -lobjc
+Cydia-1.2: Cydia.mm *.h makefile
+ arm-apple-darwin-g++ -fobjc-abi-version=2 -fobjc-call-cxx-cdtors -g3 -O2 -Wall -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions -save-temps -F $(Aspen)/System/Library/Frameworks -I $(Aspen)/usr/include -DTARGET_OS_EMBEDDED -DSRK_ASPEN
+
Cydia: Cydia.mm *.h makefile
arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions