of Objective-C classes in header files are correctly resolved in the final type. llvm-svn: 151790
10 lines
173 B
Makefile
10 lines
173 B
Makefile
LEVEL = ../../../make
|
|
|
|
DYLIB_NAME := libContainer
|
|
DYLIB_OBJC_SOURCES := Container.m
|
|
OBJC_SOURCES := main.m
|
|
|
|
LDFLAGS = -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|