summaryrefslogtreecommitdiff
path: root/examples/NT_Service/NT_Service.mpc
blob: 8c88a26faab945f1710a0f2c5d2990252e26cab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project : aceexe {
  exename = main
  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
  }

}