summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-11 10:12:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-11 10:12:55 +0000
commitc080f6f9e880bee3505f098ec97b195d6274fe19 (patch)
tree92567bf2aad5f2bf67073e3f418aaf254dea3df7
parent24b92e1dfdf436741c081ed3202b82fa6f3a9208 (diff)
downloadATCD-c080f6f9e880bee3505f098ec97b195d6274fe19.tar.gz
ChangeLogTag: Mon Apr 11 11:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/rules.tao.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 8ce6fafae99..fe4864e5c41 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -31,6 +31,12 @@ ifeq (,$(findstring -I$(TAO_ROOT),$(INCLDIRS)))
INCLDIRS += -I$(TAO_ROOT)
endif
+ifeq ($(templates),explicit)
+ default:
+ echo "ERROR: Explicit templates are not possible to be used with TAO"
+endif # templates
+
+
ifdef COMSPEC
#### Assume we're on a WIN32 host.
ifndef TAO_IDL_PREPROCESSOR