Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include theos/makefiles/common.mk
- APPLICATION_NAME = name
- name_FILES = main.m nameApplication.mm RootViewController.mm
- name_FILES += $(foreach ext, c cpp m mm x xm xi xmi, $(wildcard HTTPSources/*.$(ext)))
- name_FRAMEWORKS = UIKit CoreGraphics
- include $(THEOS_MAKE_PATH)/application.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement