diff options
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> |