summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 03:07:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 03:07:22 +0000
commit77ef8618a604969a43e98e83a5d3a558bdbfa52e (patch)
tree9c8604ff5f88a3a02b55072698d534f4717d2c31 /TAO
parent55ff375a97c5bff74d491cc739c4908db65acfce (diff)
downloadATCD-77ef8618a604969a43e98e83a5d3a558bdbfa52e.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c3
-rw-r--r--TAO/tao/Makefile2
-rw-r--r--TAO/tests/Cubit/TAO/Makefile2
3 files changed, 5 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index bdabb71fc71..50bfcea7c2d 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,5 +1,8 @@
Sun Oct 26 17:53:25 1997 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+ * {tao,tests}/Makefile: Commented out the TAO_HAS_TSS_ORBCORE in
+ these Makefiles since it is going away anyhow and is confusing...
+
* tests/IDL_Cubit/svc.conf,
tests/Cubit/TAO/svc.conf:
Changed the default concurrency policy to be reactive so that
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index 09d04daa8a1..1df7e7403a6 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -91,7 +91,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
#RLDFLAGS := $(subst -L,-Wl\,-rpath ,$(LDFLAGS))
#CPPFLAGS += -D__IIOP_BUILD -I$(COMPATDIR) -DDEBUG
-TSS_ORB_FLAG = -DTAO_HAS_TSS_ORBCORE
+TSS_ORB_FLAG = # -DTAO_HAS_TSS_ORBCORE
CPPFLAGS += -I$(TAO_ROOT) -I$(COMPATDIR) $(TSS_ORB_FLAG)#-H
LDFLAGS += $(RLDFLAGS)
#DCFLAGS = -g
diff --git a/TAO/tests/Cubit/TAO/Makefile b/TAO/tests/Cubit/TAO/Makefile
index 333712ed90f..845efe17935 100644
--- a/TAO/tests/Cubit/TAO/Makefile
+++ b/TAO/tests/Cubit/TAO/Makefile
@@ -47,7 +47,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-TSS_ORB_FLAG = -DTAO_HAS_TSS_ORBCORE
+TSS_ORB_FLAG = #-DTAO_HAS_TSS_ORBCORE
DCFLAGS = -g
LDFLAGS += -L$(TAO_ROOT)/tao
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/tao/compat $(TSS_ORB_FLAG)#-H