2014-09-27 10:59:05 +00:00
|
|
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
|
|
|
%% ex: ts=4 sw=4 ft=erlang et
|
|
|
|
|
|
|
|
{erl_opts,
|
|
|
|
[
|
|
|
|
{platform_define, "R13|R14", 'NO_CALLBACK_ATTRIBUTE'}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{deps,
|
|
|
|
[
|
2015-01-08 22:17:11 +00:00
|
|
|
%% The dependency below to gpb is needed for "rebar compile" to
|
|
|
|
%% work, thus for the inttest to work, but the gpb that is actually
|
|
|
|
%% used in inttest is brought in from the inttest/proto_gpb/mock
|
2015-01-12 22:27:13 +00:00
|
|
|
%% subdirectory.
|
|
|
|
{gpb, ".*"}
|
2014-09-27 10:59:05 +00:00
|
|
|
]}.
|
|
|
|
|
2015-01-30 15:37:21 +00:00
|
|
|
{proto_opts, [
|
|
|
|
{compiler, gpb}
|
|
|
|
]}.
|
2014-09-27 10:59:05 +00:00
|
|
|
|
|
|
|
{gpb_opts, [{module_name_suffix, "_gpb"}]}.
|