summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/test_mutex.bor
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/test_mutex.bor')
-rw-r--r--performance-tests/Misc/test_mutex.bor21
1 files changed, 9 insertions, 12 deletions
diff --git a/performance-tests/Misc/test_mutex.bor b/performance-tests/Misc/test_mutex.bor
index b85e237882a..b70b779413a 100644
--- a/performance-tests/Misc/test_mutex.bor
+++ b/performance-tests/Misc/test_mutex.bor
@@ -1,21 +1,18 @@
#
# Makefile for building the test_mutex Misc performance-test
-#
+#
NAME = test_mutex
-
+
OBJFILES = \
$(OBJDIR)\test_mutex.obj
-
-CPPDIR = .;..
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
+CPPDIR = .
+
+LIBFILES = \
+ $(ACE_LIB)
+
+CFLAGS = $(ACE_CFLAGS)
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>