Hi Rebarers,

I'd like to build a binary with Rebar.

What i found so far:

{post_hooks,
 [{clean, "rm -f priv/hello"},
  {compile, "$CC -o priv/hello c_src/hello.c"}]}.

It works fine on Linux/UNIX  but want a more general solution to also build it 
on Windows
using Microsoft Visual Studio.

Something similar to what "port_specs" already provides for LinkedIn drivers 
and NIFs:
(linux|solaris|freebsd|darwin) -> do this
(win32) -> do that.

Help appreciated.

Regards,
Zab


_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to