summaryrefslogtreecommitdiff
path: root/examples/Log_Msg
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-31 16:12:57 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-31 16:12:57 +0000
commitc33968bd0da29642125229dd4779cfcb70129961 (patch)
tree47ce01cfaa0e57347edd800e7b36021fc82fbf59 /examples/Log_Msg
parent4ca8b2f96ae62c864c2f77d56d9d0256c23adbb6 (diff)
downloadATCD-c33968bd0da29642125229dd4779cfcb70129961.tar.gz
ChangeLogTag:Thu Jul 31 16:14:30 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Log_Msg')
-rw-r--r--examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.mpc16
1 files changed, 15 insertions, 1 deletions
diff --git a/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.mpc b/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.mpc
index f1e4fe56347..179434d74fa 100644
--- a/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.mpc
+++ b/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.mpc
@@ -2,4 +2,18 @@ project : aceexe {
macros += _AFXDLL
pch_header = StdAfx.h
pch_source = StdAfx.cpp
-} \ No newline at end of file
+
+ verbatim(gnuace, top) {
+ ifneq ($(MAKE),)
+ include $(ACE_ROOT)/include/makeinclude/macros.GNU
+ TARGETS_NESTED := $(TARGETS_NESTED:.nested=)
+ $(TARGETS_NESTED):
+ " @echo Log_Msg_MFC will only build on Windows"
+ else
+ }
+
+ verbatim(gnuace, bottom) {
+ endif
+ }
+
+}