summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/childbirth_time.bor
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/childbirth_time.bor')
-rw-r--r--performance-tests/Misc/childbirth_time.bor24
1 files changed, 11 insertions, 13 deletions
diff --git a/performance-tests/Misc/childbirth_time.bor b/performance-tests/Misc/childbirth_time.bor
index 7ce1c3256ad..cd32b136475 100644
--- a/performance-tests/Misc/childbirth_time.bor
+++ b/performance-tests/Misc/childbirth_time.bor
@@ -1,21 +1,19 @@
#
# Makefile for building the childbirth_time Misc performance-test
-#
+#
NAME = childbirth_time
-
+
OBJFILES = \
$(OBJDIR)\childbirth_time.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>