summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-18 07:33:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-18 07:33:55 +0000
commita266dc2342233cfe42376885ae850aaf4d34f48b (patch)
tree13d580e6a2c3d377cf1535f9a4b8a9e18c0f90aa /TAO/tests
parentc3ff024697835945ea63a2b804bda4523c189e2b (diff)
downloadATCD-a266dc2342233cfe42376885ae850aaf4d34f48b.tar.gz
Tue Mar 18 07:33:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/IDL_Test/IDL_Test.mpc10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc
index b428f8c2e89..bd5fc8bcd83 100644
--- a/TAO/tests/IDL_Test/IDL_Test.mpc
+++ b/TAO/tests/IDL_Test/IDL_Test.mpc
@@ -5,6 +5,12 @@ project(*Main): taoserver, messaging, gen_ostream {
exename = main
idlflags += -GC -GH -Gd -GT
+ verbatim(gnuace, macros) {
+ ifeq ($(OSTYPE),VMS)
+ CCFLAGS += -Wc/DISTINGUISH_NESTED_ENUMS
+ endif
+ }
+
IDL_Files {
array.idl
Bug_2350_Regression.idl
@@ -48,12 +54,12 @@ project(*Main): taoserver, messaging, gen_ostream {
constants.idl
generic_object.idl
keywords.idl
-
+
dif2.idl
inherit.idl
module.idl
primtypes.idl
-
+
pragma.idl
repo_id_mod.idl
typedef.idl