- Added bootmenu.resource and bootloader.resource to Mingw32 build
[AROS.git] / arch / all-sdl / hidd / mmakefile.src
blobf82feb5d3b507403e5916fa03d19a60e740978be
1 include $(TOP)/config/make.cfg
3 FILES := sdl_hostlib sdl_init event keymap gfxclass bmclass mouseclass kbdclass
5 %build_module mmake=kernel-hidd-sdl \
6   modname=sdl modtype=hidd \
7   files=$(FILES) cflags="$(SDL_CFLAGS) $(HOST_CFLAGS) -I$(GENINCDIR) -D__AROS__" \
8   compiler=host uselibs="oop hiddgraphicsstubs utility"