summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
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
commit395cf45f2e694bbb155b3e801bc96c219419d38c (patch)
tree92567bf2aad5f2bf67073e3f418aaf254dea3df7 /TAO/rules.tao.GNU
parent24621f409901fc99157e810cf31dbc8f9e7b5f65 (diff)
downloadATCD-395cf45f2e694bbb155b3e801bc96c219419d38c.tar.gz
ChangeLogTag: Mon Apr 11 11:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/rules.tao.GNU')
-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