[openamq-dev] OpenAMQ C wrapper
Pieter Hintjens
ph at imatix.com
Fri Oct 5 20:10:17 CEST 2007
On 10/5/07, Caciano Machado <caciano at gmail.com> wrote:
> Does the "c" wrapper for compilers allow to compile and link c
> programs divided in multiple files?
Yes. It compiles individual files:
c filename
and sticks them into libraries:
c -r library.a/.obj filename
and links executables:
c -l filename
Use 'c' by itself for more help.
-
Pieter Hintjens
iMatix
More information about the openamq-dev
mailing list