On Tue, May 19, 2020 at 11:05 AM Xiang Xiao wrote:
>
> Yes, the document is reflect the implementation accurately.
Thank you for reviewing it.
Nathan
Yes, the document is reflect the implementation accurately.
> -Original Message-
> From: Nathan Hartman
> Sent: Tuesday, May 19, 2020 10:17 PM
> To: dev@nuttx.apache.org
> Subject: Re: INCDIROPT changes
>
> On Tue, May 19, 2020 at 10:08 AM Xiang Xiao wrote:
>
On Tue, May 19, 2020 at 10:08 AM Xiang Xiao wrote:
>
> Config.mk, bundled in INCDIR:
>
> ifeq ($(CONFIG_WINDOWS_NATIVE),y)
> DEFINE ?= "$(TOPDIR)\tools\define.bat"
> INCDIR ?= "$(TOPDIR)\tools\incdir.bat"
> else ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
> DEFINE ?= "$(TOPDIR)/tools/define.sh" -w
>
On Tue, May 19, 2020 at 10:08 AM Xiang Xiao wrote:
>
> Config.mk, bundled in INCDIR:
>
> ifeq ($(CONFIG_WINDOWS_NATIVE),y)
> DEFINE ?= "$(TOPDIR)\tools\define.bat"
> INCDIR ?= "$(TOPDIR)\tools\incdir.bat"
> else ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
> DEFINE ?= "$(TOPDIR)/tools/define.sh" -w
>
Config.mk, bundled in INCDIR:
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
DEFINE ?= "$(TOPDIR)\tools\define.bat"
INCDIR ?= "$(TOPDIR)\tools\incdir.bat"
else ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
DEFINE ?= "$(TOPDIR)/tools/define.sh" -w
INCDIR ?= "$(TOPDIR)/tools/incdir.sh" -w
else
DEFINE ?= "$(TOPDIR)