]> git.saurik.com Git - winterboard.git/blobdiff - makefile
Add a ton of debugging logic for helping with style-machine.
[winterboard.git] / makefile
index 429d9528d20b5f7140fca8e5c094c0e214a63e5b..60946769e9716f4b011557d5222f9748d0fd6119 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