From c080f6f9e880bee3505f098ec97b195d6274fe19 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 11 Apr 2005 10:12:55 +0000 Subject: ChangeLogTag: Mon Apr 11 11:12:12 UTC 2005 Johnny Willemsen --- TAO/rules.tao.GNU | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1