repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make.tmpl: add missing compiler attribute to build_progs
[AROS.git]
/
test
/
sdi
/
examples
/
libraries
/
example_linklib.c
blob
88d2a25d71bc6fcb3130bd3bae181e8b17d2b634
1
#include <proto/example.h>
2
#include <aros/symbolsets.h>
3
4
ADD2LIBS
(
"example.library"
,
0
,
struct
Library
*,
ExampleBase
);