summaryrefslogtreecommitdiff
path: root/apps/examples/json
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-12 15:22:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-12 15:22:27 +0000
commit333b9449c02c242229449e8a35023d740f2e93f7 (patch)
tree9604398fcf5bb52a4d12b0e6b1d8b377880227f2 /apps/examples/json
parentdd91ab3f35500a0a13a7dced870ea5c6f9ad3765 (diff)
downloadnuttx-333b9449c02c242229449e8a35023d740f2e93f7.tar.gz
nuttx-333b9449c02c242229449e8a35023d740f2e93f7.tar.bz2
nuttx-333b9449c02c242229449e8a35023d740f2e93f7.zip
Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/json')
-rw-r--r--apps/examples/json/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/examples/json/Makefile b/apps/examples/json/Makefile
index 0880193ad..b2d716776 100644
--- a/apps/examples/json/Makefile
+++ b/apps/examples/json/Makefile
@@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+ BIN = ..\..\libapps$(LIBEXT)
+else
ifeq ($(WINTOOL),y)
- BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
+ BIN = ..\\..\\libapps$(LIBEXT)
else
- BIN = "$(APPDIR)/libapps$(LIBEXT)"
+ BIN = ../../libapps$(LIBEXT)
+endif
endif
ROOTDEPPATH = --dep-path .