https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f53422e82464594d569eca1cb3130b3f9984f7ca authored by Daniel Fort on 23 November 2016, 05:10:23 UTC
Modified make rules so raw2dng isn't built automatically when a platform is compiled. Also added switch so cross compiling raw2dng.exe on a Mac is possible.
Tip revision: f53422e
Makefile.minimal

TOP_DIR?=../..
ML_SETUP_EXTENSION=minimal
ML_SETUP_DISABLE_USER_CONFIGS = y
ML_SRC_PROFILE=minimal

include $(TOP_DIR)/platform/Makefile.platform.base

install:: autoexec.bin
	$(CP) autoexec.bin $(INSTALL_DIR)/

include $(TOP_DIR)/Makefile.inc
back to top