diff options
-rw-r--r-- | TAO/tests/IDL_Test/IDL_Test.mpc | 5 | ||||
-rw-r--r-- | TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc index 1fd59ffc79d..7ac4384b33d 100644 --- a/TAO/tests/IDL_Test/IDL_Test.mpc +++ b/TAO/tests/IDL_Test/IDL_Test.mpc @@ -241,11 +241,6 @@ project(*Main): taoserver, messaging, gen_ostream { exename = main after += *DLL libs += IDL_Test_DLL - verbatim(gnuace, macros) { - ifeq ($(OSTYPE),VMS) - CCFLAGS += -Wc/DISTINGUISH_NESTED_ENUMS - endif - } IDL_Files { } diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc index f4d3d6c8a2c..ccb57cf8cba 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc @@ -11,12 +11,6 @@ project(ORB_DLL_Server) : taolib_with_idl, portableserver, threads { sharedname = ORB_DLL_Server dynamicflags += SERVICE_CONFIG_ORB_DLL_BUILD_DLL - verbatim(gnuace, macros) { - ifeq ($(OSTYPE),VMS) - SYMVEC_OPT_FILE = LIBORB_DLL_CLIENT_SYMVEC.OPT - endif - } - IDL_Files { } |