${CUSTOMFILES} is often used to produce dependencies for the build, so it needs to be first.

This commit is contained in:
Manu Evans 2015-09-16 15:16:20 +10:00
parent 158a80c696
commit 74d53e366d

View File

@ -352,7 +352,7 @@
function make.cppTargetRules(prj)
_p('$(TARGET): $(GCH) $(OBJECTS) $(LDDEPS) $(RESOURCES) ${CUSTOMFILES}')
_p('$(TARGET): $(GCH) ${CUSTOMFILES} $(OBJECTS) $(LDDEPS) $(RESOURCES)')
_p('\t@echo Linking %s', prj.name)
_p('\t$(SILENT) $(LINKCMD)')
_p('\t$(POSTBUILDCMDS)')