https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 83e726f24f36b11a502cfc51860e6b5596964fd6 authored by Daniel Fort on 04 July 2018, 20:16:26 UTC
Merged unified into update-to-600D.103
Tip revision: 83e726f
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mlv_play
MODULE_OBJS=mlv_play.o video.bmp.rsc

# include modules environment
include ../Makefile.modules

back to top