summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Thread_Timer_Queue_Test.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Timer_Queue/Thread_Timer_Queue_Test.bor')
-rw-r--r--examples/Timer_Queue/Thread_Timer_Queue_Test.bor20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/Timer_Queue/Thread_Timer_Queue_Test.bor b/examples/Timer_Queue/Thread_Timer_Queue_Test.bor
deleted file mode 100644
index 0d329d02f62..00000000000
--- a/examples/Timer_Queue/Thread_Timer_Queue_Test.bor
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# 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>
-