iotivity 0.9.0
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / examples / cpfile / Makefile.nmake
1 # C-Pluff examples build system for MSVC
2 # Copyright 2007 Johannes Lehtinen
3 # This file is free software; Johannes Lehtinen gives unlimited permission
4 # to copy, distribute and modify it.
5
6 SUBDIRS = plugins
7 TOP = ..
8
9 include ..\common.nmake
10
11 install-local: all-local
12         if not exist $(bindir) mkdir $(bindir)
13         copy /y cpfile.bat $(bindir)