]> git.saurik.com Git - cycript.git/blame - Darwin-arm.mk
Half fixed (at least it doesn't throw an exception anymore) NSDictionaries that have...
[cycript.git] / Darwin-arm.mk
CommitLineData
1e7ce557
JF
1flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
2
b166b11b 3all += #cyrver
1e7ce557
JF
4
5arch := iphoneos-arm
dfa452c2 6console += -framework UIKit
856b8cd0 7depends += readline libffi mobilesubstrate sqlite3-lib
263ee59b
JF
8#library += -framework CFNetwork
9library += -framework WebCore
7c6c5b0a
JF
10# XXX: all Darwin, maybe all device, should have this
11library += -lsubstrate
b6961e53
JF
12
13ldid := ldid -S
14entitle := ldid -Scycript.xml
1e7ce557 15
9185d5ef
JF
16cyrver: Server.o
17 $(target)g++ $(flags) -o $@ $(filter %.o,$^) \
18 -lapr-1 -lsubstrate -framework CFNetwork
19 $(ldid) $@
f37e3501
JF
20
21extra:
b166b11b 22 #mkdir -p package/System/Library/LaunchDaemons
7c6c5b0a 23 #cp -pR com.saurik.Cyrver.plist package/System/Library/LaunchDaemons