https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8639b54bc4f37fad4da1a4ff29167caf6339b3d7 authored by Daniel Fort on 24 December 2016, 01:30:35 UTC
Closed branch Skip_EOSM_lv_test
Tip revision: 8639b54
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