https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9cf4c67a7e9bb4c34811e08ca09f3ace38ff0d0a authored by Daniel Fort on 04 July 2018, 20:27:32 UTC
Closed branch update-to-EOSM.203_experimental_branch
Tip revision: 9cf4c67
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