diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-01 13:21:41 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-01 13:21:41 +0000 |
commit | 76e68ed155acd74496d228f68bc31b71767425e8 (patch) | |
tree | 70d752feafc054d574004566a70209a47c953015 /examples/Log_Msg | |
parent | 604560a4daad38592aaa3b4cf1747837047be02f (diff) | |
download | ATCD-76e68ed155acd74496d228f68bc31b71767425e8.tar.gz |
ChangeLogTag:Thu Mar 01 07:07:03 2001 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'examples/Log_Msg')
-rw-r--r-- | examples/Log_Msg/makefile.bor | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/examples/Log_Msg/makefile.bor b/examples/Log_Msg/makefile.bor index 2f78c01c4be..9868323d17c 100644 --- a/examples/Log_Msg/makefile.bor +++ b/examples/Log_Msg/makefile.bor @@ -1,18 +1,11 @@ # - # Makefile for building the log_ms ace examples - # - - !include <$(ACE_ROOT)\include\makeinclude\make_flags.bor> - - TESTS = \ - test_callback \ - test_log_msg \ - test_ostream - -all_tests: $(TESTS) +# Makefile for building the log_msg ace examples +# -$(TESTS): - $(MAKE) -fMakefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe +NAMES = \ + test_callback \ + test_log_msg \ + test_ostream OBJFILES = $(OBJDIR)\$(NAME).obj @@ -22,4 +15,5 @@ CPPDIR = . LIBFILES = $(ACE_LIB) +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> !include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> |