From bc228da3552108f199206f573e463165afede3b3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 8 Jan 2008 22:11:00 +0000 Subject: Add logic for environments that can't use soft links git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@530 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z16f2800100zcog/Make.defs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/configs') diff --git a/nuttx/configs/z16f2800100zcog/Make.defs b/nuttx/configs/z16f2800100zcog/Make.defs index e9f7342b7..ee7a692ce 100644 --- a/nuttx/configs/z16f2800100zcog/Make.defs +++ b/nuttx/configs/z16f2800100zcog/Make.defs @@ -129,6 +129,11 @@ endef MKDEP = $(TOPDIR)/tools/mknulldeps.sh +# ZNeo-II cannot follow Cygwin soft links, so we will have to use directory copies + +DIRLINK = $(TOPDIR)/tools/winlink.sh +DIRUNLINK = $(TOPDIR)/tools/unlink.sh + # Linux/Cygwin host tool definitions HOSTCC = gcc -- cgit v1.2.3