Changes for clean link of pashello with z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@623 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
74a8d541f3
commit
dbdd16d1d7
@ -41,6 +41,9 @@ ZDSINSTALLDIR := C:/Program\ Files/ZiLOG/ZDSII_ZNEO_4.11.0
|
|||||||
ZDSBINDIR := $(ZDSINSTALLDIR)/bin
|
ZDSBINDIR := $(ZDSINSTALLDIR)/bin
|
||||||
ZDSSTDINCDIR := $(ZDSINSTALLDIR)/include/std
|
ZDSSTDINCDIR := $(ZDSINSTALLDIR)/include/std
|
||||||
ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog
|
ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog
|
||||||
|
ZDSSTDLIBDIR := $(ZDSINSTALLDIR)/lib/std
|
||||||
|
ZDSZILOGLIBDIR := $(ZDSINSTALLDIR)/lib/zilog
|
||||||
|
|
||||||
|
|
||||||
# These are the same directories but with the directory separator
|
# These are the same directories but with the directory separator
|
||||||
# character swapped as needed by the ZNeo-II compiler
|
# character swapped as needed by the ZNeo-II compiler
|
||||||
@ -48,6 +51,8 @@ ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog
|
|||||||
WTOPDIR := ${shell cygpath -w $(TOPDIR)}
|
WTOPDIR := ${shell cygpath -w $(TOPDIR)}
|
||||||
WZDSSTDINCDIR := ${shell cygpath -w $(ZDSSTDINCDIR)}
|
WZDSSTDINCDIR := ${shell cygpath -w $(ZDSSTDINCDIR)}
|
||||||
WZDSZILOGINCDIR := ${shell cygpath -w $(ZDSZILOGINCDIR)}
|
WZDSZILOGINCDIR := ${shell cygpath -w $(ZDSZILOGINCDIR)}
|
||||||
|
WZDSSTDLIBDIR := ${shell cygpath -w $(ZDSSTDLIBDIR)}
|
||||||
|
WZDSZILOGLIBDIR := ${shell cygpath -w $(ZDSZILOGLIBDIR)}
|
||||||
|
|
||||||
# Escaped versions
|
# Escaped versions
|
||||||
|
|
||||||
|
@ -41,6 +41,9 @@ ZDSINSTALLDIR := C:/Program\ Files/ZiLOG/ZDSII_ZNEO_4.11.0
|
|||||||
ZDSBINDIR := $(ZDSINSTALLDIR)/bin
|
ZDSBINDIR := $(ZDSINSTALLDIR)/bin
|
||||||
ZDSSTDINCDIR := $(ZDSINSTALLDIR)/include/std
|
ZDSSTDINCDIR := $(ZDSINSTALLDIR)/include/std
|
||||||
ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog
|
ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog
|
||||||
|
ZDSSTDLIBDIR := $(ZDSINSTALLDIR)/lib/std
|
||||||
|
ZDSZILOGLIBDIR := $(ZDSINSTALLDIR)/lib/zilog
|
||||||
|
|
||||||
|
|
||||||
# These are the same directories but with the directory separator
|
# These are the same directories but with the directory separator
|
||||||
# character swapped as needed by the ZNeo-II compiler
|
# character swapped as needed by the ZNeo-II compiler
|
||||||
@ -48,6 +51,8 @@ ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog
|
|||||||
WTOPDIR := ${shell cygpath -w $(TOPDIR)}
|
WTOPDIR := ${shell cygpath -w $(TOPDIR)}
|
||||||
WZDSSTDINCDIR := ${shell cygpath -w $(ZDSSTDINCDIR)}
|
WZDSSTDINCDIR := ${shell cygpath -w $(ZDSSTDINCDIR)}
|
||||||
WZDSZILOGINCDIR := ${shell cygpath -w $(ZDSZILOGINCDIR)}
|
WZDSZILOGINCDIR := ${shell cygpath -w $(ZDSZILOGINCDIR)}
|
||||||
|
WZDSSTDLIBDIR := ${shell cygpath -w $(ZDSSTDLIBDIR)}
|
||||||
|
WZDSZILOGLIBDIR := ${shell cygpath -w $(ZDSZILOGLIBDIR)}
|
||||||
|
|
||||||
# Escaped versions
|
# Escaped versions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user