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.mpc19
1 files changed, 19 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..7d11f2ca152
--- /dev/null
+++ b/examples/NT_Service/NT_Service.mpc
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+// $Id$
+
+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