Advertisement
Guest User

MakeFile

a guest
Jul 28th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. include theos/makefiles/common.mk
  2.  
  3. APPLICATION_NAME = Hello
  4. Hello_FRAMEWORKS = Foundation CoreGraphics UIKit
  5. Hello_FILES = main.m HelloApplication.mm RootViewController.mm
  6. Hello_FRAMEWORKS = UIKit CoreGraphics
  7.  
  8. include $(THEOS_MAKE_PATH)/application.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement