Advertisement
Guest User

Makefile

a guest
Aug 12th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. include theos/makefiles/common.mk
  2.  
  3. APPLICATION_NAME = name
  4. name_FILES = main.m nameApplication.mm RootViewController.mm
  5. name_FILES += $(foreach ext, c cpp m mm x xm xi xmi, $(wildcard HTTPSources/*.$(ext)))
  6. name_FRAMEWORKS = UIKit CoreGraphics
  7.  
  8. include $(THEOS_MAKE_PATH)/application.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement