summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Thread_Timer_Queue_Test.bor
blob: 0d329d02f62f0e689d2a4c304218f02e2c3899d1 (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 Thread_Timer_Queue_Test example
#

NAME = main_thread

OBJFILES = \
        $(OBJDIR)\Thread_Timer_Queue_Test.obj \
        $(OBJDIR)\main_thread.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = \
        $(ACE_CFLAGS)

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