summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-02-14 12:02:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-02-14 12:02:37 +0000
commitef6ed8949fcba6a2e7be105a35d4005935f9542a (patch)
tree743ae5f5bb77a496870baa37b3da5bb81d0a4e6a
parente8364ba478f20dc47da3c3f2b23fe47527c06b57 (diff)
downloadATCD-ef6ed8949fcba6a2e7be105a35d4005935f9542a.tar.gz
ChangeLogTag: Fri Feb 15 12:02:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/utils/catior/Makefile.bor14
1 files changed, 12 insertions, 2 deletions
diff --git a/TAO/utils/catior/Makefile.bor b/TAO/utils/catior/Makefile.bor
index ae9c4ea571c..e457781db73 100644
--- a/TAO/utils/catior/Makefile.bor
+++ b/TAO/utils/catior/Makefile.bor
@@ -2,13 +2,23 @@
# Makefile for building the catior executable
#
+!ifndef MINIMUM_CORBA
NAME = catior
+!else
+!undef NAME
+!endif
OBJFILES = $(OBJDIR)\catior.obj
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_RTCORBA_CFLAGS)
-LIBFILES = $(ACE_LIB) $(TAO_LIB)
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_RTCORBA_LIB)
CPPDIR = .