test/sdi: make use of sfdc generated stubs file.
[AROS.git] / test / sdi / examples / libraries / sfd / buildheaders.sh
blob700b3b382e8a9f3c884998113fe850d537554ebf
1 mkdir -p ../include/proto
2 mkdir -p ../include/clib
3 mkdir -p ../include/defines
5 sfdc example --mode proto --target x-aros --output ../include/proto/example.h
6 sfdc example --mode clib --target x-aros --output ../include/clib/example_protos.h
7 sfdc example --mode macros --target x-aros --output ../include/defines/example.h
8 sfdc example --mode sdistubs --target x-aros --output ../stubs-aros.c