]> git.saurik.com Git - winterboard.git/blobdiff - makefile
Add new icons from Surenix.
[winterboard.git] / makefile
index ee9252f933d66f7db65868244b43e92f7a124344..3735b69314083d5ef7b0e1a283b0f5128cdc3d3b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -15,8 +15,8 @@ WinterBoardSettings: Settings.mm makefile
        $(target)g++ -dynamiclib -g0 -O2 -Wall -o $@ $(filter %.mm,$^) -framework UIKit -framework CoreFoundation -framework Foundation -lobjc -framework CoreGraphics -framework Preferences -F$(PKG_ROOT)/System/Library/PrivateFrameworks
        ldid -S $@
 
-WinterBoard.dylib: Library.mm makefile ../mobilesubstrate/substrate.h
-       $(target)g++ -dynamiclib -g0 -O2 -Wall -o $@ $(filter %.mm,$^) -framework CoreFoundation -framework Foundation -lobjc -I/apl/inc/iPhoneOS-2.0 -framework CoreGraphics -framework ImageIO -framework GraphicsServices -framework Celestial $(substrate) -framework UIKit -F$(PKG_ROOT)/System/Library/PrivateFrameworks
+WinterBoard.dylib: Library.mm WBMarkup.mm WBMarkup.h makefile ../mobilesubstrate/substrate.h
+       $(target)g++ -dynamiclib -g0 -O2 -Wall -o $@ $(filter %.mm,$^) -framework CoreFoundation -framework Foundation -lobjc -I/apl/inc/iPhoneOS-2.0 -framework CoreGraphics -framework ImageIO -framework GraphicsServices -framework Celestial $(substrate) -framework UIKit -framework WebCore -framework WebKit -F$(PKG_ROOT)/System/Library/PrivateFrameworks
        ldid -S $@
 
 UIImages: UIImages.mm makefile
@@ -45,6 +45,7 @@ package: all
        cp -a WinterBoardSettings.plist winterboard/Library/PreferenceLoader/Preferences
        cp -a WinterBoardSettings.bundle winterboard/System/Library/PreferenceBundles
        cp -a Icon-Small.png winterboard/System/Library/PreferenceBundles/WinterBoardSettings.bundle/icon.png
+       cp -a Icon-Small@2x.png winterboard/System/Library/PreferenceBundles/WinterBoardSettings.bundle/icon@2x.png
        cp -a SearchResultsCheckmarkClear.png WinterBoardSettings winterboard/System/Library/PreferenceBundles/WinterBoardSettings.bundle
        ln -s /Applications/WinterBoard.app/WinterBoard.dylib winterboard/Library/MobileSubstrate/DynamicLibraries
        cp -a WinterBoard.plist winterboard/Library/MobileSubstrate/DynamicLibraries
@@ -52,7 +53,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 WinterBoard.dylib WinterBoard UIImages Info.plist winterboard/Applications/WinterBoard.app
+       cp -a Test.sh Icon-Small.png icon.png icon-72.png icon@2x.png WinterBoard.dylib WinterBoard UIImages 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