Add SL3Statement
FossilOrigin-Name: cc03d24ff3ef295e0a9769b20587ac48cf5172996c09b5420e59eb4407765d63
This commit is contained in:
parent
f9bc4936e4
commit
182bd2136b
16 changed files with 774 additions and 17 deletions
|
@ -8,7 +8,8 @@ FRAMEWORK = ${OBJSQLITE3_FRAMEWORK}
|
|||
LIB_MAJOR = 0
|
||||
LIB_MINOR = 0
|
||||
|
||||
SRCS = SL3Connection.m
|
||||
SRCS = SL3Connection.m \
|
||||
SL3Statement.m
|
||||
INCLUDES := ${SRCS:.m=.h} \
|
||||
ObjSQLite3.h
|
||||
|
||||
|
@ -17,7 +18,7 @@ LIB_OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_LIB_A}
|
|||
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I. -Iexceptions
|
||||
CPPFLAGS += -I. -Iexceptions -DSL3_PUBLIC_IVARS
|
||||
LD = ${OBJC}
|
||||
FRAMEWORK_LIBS := ${OBJFW_FRAMEWORK_LIBS} ${LIBS}
|
||||
LIBS := ${OBJFW_LIBS} ${LIBS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue