add vpath for .cpp and .s files

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@50 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
yutaka 2007-04-27 06:30:42 +00:00
parent 67c6cebc03
commit da430dcada

View File

@ -315,7 +315,9 @@ ifneq ($(NITRO_FORCE_BUILD),)
# yutaka
#VPATH = $(SRCDIR)
vpath %c $(foreach dir,$(SRCDIR),$(shell cygpath -u $(dir)))
vpath %.c $(foreach dir,$(SRCDIR),$(shell cygpath -u $(dir)))
vpath %.cpp $(foreach dir,$(SRCDIR),$(shell cygpath -u $(dir)))
vpath %.s $(foreach dir,$(SRCDIR),$(shell cygpath -u $(dir)))
# ...CW style
#CYGDRV ?= $(shell cygpath -u c:)/..