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, 0 insertions, 19 deletions
diff --git a/examples/NT_Service/NT_Service.mpc b/examples/NT_Service/NT_Service.mpc
deleted file mode 100644
index 7d11f2ca152..00000000000
--- a/examples/NT_Service/NT_Service.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- 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