summaryrefslogtreecommitdiff
path: root/apps/examples/xmlrpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/xmlrpc/Makefile')
-rw-r--r--apps/examples/xmlrpc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/xmlrpc/Makefile b/apps/examples/xmlrpc/Makefile
index 4be5b7e1b..ad6e2564a 100644
--- a/apps/examples/xmlrpc/Makefile
+++ b/apps/examples/xmlrpc/Makefile
@@ -65,6 +65,15 @@ else
endif
endif
+ifeq ($(WINTOOL),y)
+ INSTALL_DIR = "${shell cygpath -w $(BIN_DIR)}"
+else
+ INSTALL_DIR = $(BIN_DIR)
+endif
+
+CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT)
+PROGNAME = $(CONFIG_XYZ_PROGNAME)
+
ROOTDEPPATH = --dep-path .
# Common build