From f738d227364e650fcb55a502d6adedfe6479bd13 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 1 Jun 2021 12:25:20 +0200 Subject: Removed some extension for VMS which we don't support anymore * TAO/tests/IDL_Test/IDL_Test.mpc: * TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc: --- TAO/tests/IDL_Test/IDL_Test.mpc | 5 ----- TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc | 6 ------ 2 files changed, 11 deletions(-) (limited to 'TAO/tests') 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 { } -- cgit v1.2.1