summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-01 12:25:20 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-01 13:12:34 +0200
commitf738d227364e650fcb55a502d6adedfe6479bd13 (patch)
treef0d9dd3e194e3531b4677889d654ad284bb13457 /TAO/tests
parente9c52fb6750b1705d79eba2e8e9c7bc0747735ec (diff)
downloadATCD-f738d227364e650fcb55a502d6adedfe6479bd13.tar.gz
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:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/IDL_Test/IDL_Test.mpc5
-rw-r--r--TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc6
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 {
}