use the toolchain names for the commands
[AROS.git] / workbench / hidds / gallium / gallium.conf
blob62d3ed41012f108cc5c71127c417a0fa79366932
1 ##begin config
2 version         8.0
3 residentpri     90
4 libbasetype     struct IntHIDDGalliumBase
5 basename        Gallium
6 classid         CLID_Hidd_Gallium
7 superclass      CLID_Hidd
8 classptr_field  sd.galliumclass
9 classdatatype   struct HIDDGalliumData
10 ##end config
12 ##begin cdefprivate
13 #include <hidd/gallium.h>
14 #include "gallium_intern.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Get
21 .interface Hidd_Gallium
22 CreatePipeScreen
23 DisplayResource
24 DestroyPipeScreen
25 ##end methodlist