44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
OFUndefinedKeyException.m \
OFUnknownXMLEntityException.m \
OFUnlockFailedException.m \
OFUnsupportedProtocolException.m \
OFUnsupportedVersionException.m \
OFWriteFailedException.m \
${USE_SRCS_FILES} \
${USE_SRCS_PLUGINS} \
${USE_SRCS_SOCKETS} \
${USE_SRCS_THREADS} \
${USE_SRCS_WINDOWS}
SRCS_FILES = OFChangeCurrentDirectoryFailedException.m \
OFGetCurrentDirectoryFailedException.m
SRCS_PLUGINS = OFLoadPluginFailedException.m
SRCS_SOCKETS = OFAcceptSocketFailedException.m \
OFBindIPSocketFailedException.m \
OFBindSocketFailedException.m \
OFConnectIPSocketFailedException.m \
OFConnectSocketFailedException.m \
OFDNSQueryFailedException.m \
OFHTTPRequestFailedException.m \
|
|
|
>
|
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
OFUndefinedKeyException.m \
OFUnknownXMLEntityException.m \
OFUnlockFailedException.m \
OFUnsupportedProtocolException.m \
OFUnsupportedVersionException.m \
OFWriteFailedException.m \
${USE_SRCS_FILES} \
${USE_SRCS_MODULES} \
${USE_SRCS_SOCKETS} \
${USE_SRCS_THREADS} \
${USE_SRCS_WINDOWS}
SRCS_FILES = OFChangeCurrentDirectoryFailedException.m \
OFGetCurrentDirectoryFailedException.m
SRCS_MODULES = OFLoadPluginFailedException.m \
OFLoadModuleFailedException.m
SRCS_SOCKETS = OFAcceptSocketFailedException.m \
OFBindIPSocketFailedException.m \
OFBindSocketFailedException.m \
OFConnectIPSocketFailedException.m \
OFConnectSocketFailedException.m \
OFDNSQueryFailedException.m \
OFHTTPRequestFailedException.m \
|