mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
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:
parent
67c6cebc03
commit
da430dcada
@ -315,7 +315,9 @@ ifneq ($(NITRO_FORCE_BUILD),)
|
|||||||
|
|
||||||
# yutaka
|
# yutaka
|
||||||
#VPATH = $(SRCDIR)
|
#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
|
# ...CW style
|
||||||
#CYGDRV ?= $(shell cygpath -u c:)/..
|
#CYGDRV ?= $(shell cygpath -u c:)/..
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user