Migrate build system to Meson
FossilOrigin-Name: 2aa27f332cc29dfdf07022ae56e1b0e0e896c3bdc204883e51ecd20772ff96e7
This commit is contained in:
parent
6f9897b332
commit
2c022c2de7
19 changed files with 71 additions and 6232 deletions
|
@ -1,19 +0,0 @@
|
|||
include ../../extra.mk
|
||||
|
||||
STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A}
|
||||
STATIC_LIB_NOINST = ${EXCEPTIONS_A}
|
||||
|
||||
SRCS = SL3BindObjectFailedException.m \
|
||||
SL3ClearBindingsFailedException.m \
|
||||
SL3Exception.m \
|
||||
SL3ExecuteStatementFailedException.m \
|
||||
SL3OpenFailedException.m \
|
||||
SL3PrepareStatementFailedException.m \
|
||||
SL3ResetStatementFailedException.m
|
||||
|
||||
INCLUDES = ${SRCS:.m=.h}
|
||||
|
||||
include ../../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I. -I.. -DSL3_PUBLIC_IVARS
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
+ (instancetype)exceptionWithConnection: (SL3Connection *)connection
|
||||
SQLStatement: (OFConstantString *)SQLStatement
|
||||
errorCode: (int)errorCode;
|
||||
errorCode: (int)errorCode
|
||||
{
|
||||
return [[[self alloc] initWithConnection: connection
|
||||
SQLStatement: SQLStatement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue