blob: 85779fa03ae0e8e18dc313d50e3ff56701aed9f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
}
|