X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/5a923d4bd5efa2dea6d8bece02498b05a2d3a724..502d350eba33bd15d9405bcdd3ae5415390c7723:/makefile diff --git a/makefile b/makefile index d42711c..eae7d48 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ UIImages: UIImages.mm makefile $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -I/apl/inc/iPhoneOS-2.0 WinterBoard: Application.mm makefile - $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -framework CoreGraphics + $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -framework CoreGraphics -I/apl/sdk package: rm -rf winterboard @@ -29,6 +29,6 @@ package: find winterboard/Library/Themes -name .svn | while read -r line; do rm -rf "$${line}"; done cp -a control preinst prerm winterboard/DEBIAN cp -a Test.sh icon.png WinterBoard.dylib WinterBoard UIImages Info.plist winterboard/Applications/WinterBoard.app - dpkg-deb -b winterboard winterboard_0.9.2526-1_iphoneos-arm.deb + dpkg-deb -b winterboard winterboard_$(shell grep ^Version: control | cut -d ' ' -f 2)_iphoneos-arm.deb .PHONY: all clean package