]> git.saurik.com Git - winterboard.git/blobdiff - makefile
Do not kill SpringBoard if we do backboardd.
[winterboard.git] / makefile
index 429d9528d20b5f7140fca8e5c094c0e214a63e5b..a44e3dae22952b3621053f266ed5dd51886de08f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -20,7 +20,7 @@ WinterBoard.dylib: Library.mm WBMarkup.mm WBMarkup.h makefile ../mobilesubstrate
        ldid -S $@
 
 WinterBoard: Application.mm makefile
-       $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -framework CoreGraphics -I/apl/sdk -framework Preferences -F$(PKG_ROOT)/System/Library/PrivateFrameworks
+       $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -framework CoreGraphics -I/apl/sdk -framework Preferences -F$(PKG_ROOT)/System/Library/PrivateFrameworks $(substrate)
        ldid -S $@
 
 Optimize: Optimize.cpp makefile
@@ -49,7 +49,7 @@ package: all
        find winterboard -name .svn | while read -r line; do rm -rf "$${line}"; done
        cp -a extrainst_ preinst prerm winterboard/DEBIAN
        sed -e 's/VERSION/$(shell ./version.sh)/g' control >winterboard/DEBIAN/control
-       cp -a Test.sh Icon-Small.png icon.png icon-72.png icon@2x.png WinterBoard.dylib WinterBoard Info.plist winterboard/Applications/WinterBoard.app
+       cp -a Test.sh Default-568h@2x.png Icon-Small.png icon.png icon-72.png icon@2x.png WinterBoard.dylib WinterBoard Info.plist winterboard/Applications/WinterBoard.app
        file="winterboard_$$(grep ^Version: winterboard/DEBIAN/control | cut -d ' ' -f 2)_iphoneos-arm.deb"; echo "$$file"; ln -sf "$$file" winterboard.deb
        dpkg-deb -b winterboard winterboard.deb