annotate json/autolink.h @ 52:89944ab3e129 tip

fix oF linker errors ios8
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 03 Feb 2015 13:18:23 +0000
parents a223551fdc1f
children
rev   line source
rt300@0 1 #ifndef JSON_AUTOLINK_H_INCLUDED
rt300@0 2 # define JSON_AUTOLINK_H_INCLUDED
rt300@0 3
rt300@0 4 # include "config.h"
rt300@0 5
rt300@0 6 # ifdef JSON_IN_CPPTL
rt300@0 7 # include <cpptl/cpptl_autolink.h>
rt300@0 8 # endif
rt300@0 9
rt300@0 10 # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
rt300@0 11 # define CPPTL_AUTOLINK_NAME "json"
rt300@0 12 # undef CPPTL_AUTOLINK_DLL
rt300@0 13 # ifdef JSON_DLL
rt300@0 14 # define CPPTL_AUTOLINK_DLL
rt300@0 15 # endif
rt300@0 16 # include "autolink.h"
rt300@0 17 # endif
rt300@0 18
rt300@0 19 #endif // JSON_AUTOLINK_H_INCLUDED