summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Async_Timer_Queue_Test.bor
blob: 58cd8b4fed9e93d8771bc2b4921e97f3c08202cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile for building the Async_Timer_Queue_Test example
#

NAME = main_async

OBJFILES = \
        $(OBJDIR)\Async_Timer_Queue_Test.obj \
        $(OBJDIR)\main_async.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = \
        $(ACE_CFLAGS)

!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>