summaryrefslogtreecommitdiff
path: root/examples/NT_Service/NT_Service.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/NT_Service/NT_Service.mpc')
-rw-r--r--examples/NT_Service/NT_Service.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/NT_Service/NT_Service.mpc b/examples/NT_Service/NT_Service.mpc
new file mode 100644
index 00000000000..85779fa03ae
--- /dev/null
+++ b/examples/NT_Service/NT_Service.mpc
@@ -0,0 +1,16 @@
+project : aceexe {
+
+ verbatim(gnuace, top) {
+ ifneq ($(MAKE),)
+ include $(ACE_ROOT)/include/makeinclude/macros.GNU
+ TARGETS_NESTED := $(TARGETS_NESTED:.nested=)
+ $(TARGETS_NESTED):
+ " @echo NT_Service will only build on Windows"
+ else
+ }
+
+ verbatim(gnuace, bottom) {
+ endif
+ }
+
+} \ No newline at end of file