diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-05-29 09:22:48 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-05-29 09:22:48 +0200 |
commit | 2c5a1fd94d2e4d40ba2011c9883a511933b35fa9 (patch) | |
tree | 30acaf9856e73714803b6a9ffdbe16fa2c43e312 /ACE/bin | |
parent | ecf8b66600e449e853d2b55c92b60172cf0c540b (diff) | |
download | ATCD-2c5a1fd94d2e4d40ba2011c9883a511933b35fa9.tar.gz |
Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIAO is archived, wasn't supported for a longer time already
* ACE/bin/MakeProjectCreator/docs/templates/gnu.txt:
* ACE/bin/MakeProjectCreator/templates/gnu.mpd:
* ACE/include/makeinclude/platform_clang_common.GNU:
* ACE/include/makeinclude/platform_g++_common.GNU:
* ACE/include/makeinclude/platform_macosx_iOS.GNU:
* ACE/include/makeinclude/platform_rtems.x_g++.GNU:
* ACE/include/makeinclude/platform_vxworks6.2.GNU:
* ACE/include/makeinclude/platform_vxworks6.3.GNU:
* ACE/include/makeinclude/platform_vxworks7.0.GNU:
Diffstat (limited to 'ACE/bin')
-rw-r--r-- | ACE/bin/MakeProjectCreator/docs/templates/gnu.txt | 2 | ||||
-rw-r--r-- | ACE/bin/MakeProjectCreator/templates/gnu.mpd | 18 |
2 files changed, 0 insertions, 20 deletions
diff --git a/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt b/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt index 51a0e84575c..f3d4d334b78 100644 --- a/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt +++ b/ACE/bin/MakeProjectCreator/docs/templates/gnu.txt @@ -10,8 +10,6 @@ install = This is a synonym for exeout. linkflags = Platform specific flags passed during the linking of dynamic libraries and executables. tao = Indicates whether or not this project contains TAO code. tao_idl = The full path to the idl compiler. -tao_idl3_to_idl2 = The full path to the idl3 to idl2 compiler. -tao_idl3_to_idl2_dep = The full path to the idl3 to idl2 compiler as a dependency. tao_idl_dep = The full path to the idl compiler as a dependency. tao_idlflags = The default flags for the idl compiler. targetoutdir = Specifies a location for all targets and intermediaries within the makefile. It should always end in a slash. diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd index 9b7180b953a..b91bd7af6e3 100644 --- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd +++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd @@ -119,24 +119,6 @@ TAO_IDL_DEP = <%tao_idl_dep%>$(EXEEXT) <%if(tao_idlflags)%> TAO_IDLFLAGS = <%tao_idlflags%><%if(!compares(vms_old_make, 1))%>$(if $(ARCH), -g $(call ADD_QUOTE,$(call ADD_ARCH,$(ACE_ROOT)/bin/ace_gperf)))<%endif%> <%endif%> -<%if(tao_idl3_to_idl2)%> -TAO_IDL3_TO_IDL2 = <%tao_idl3_to_idl2%> -<%endif%> -<%if(tao_idl3_to_idl2_dep)%> -TAO_IDL3_TO_IDL2_DEP = <%tao_idl3_to_idl2_dep%>$(EXEEXT) -<%endif%> -<%if(tao_idl3toidl2flags)%> -TAO_IDL3_TO_IDL2_FLAGS = <%tao_idl3toidl2flags%> -<%endif%> -<%if(tao_idl3_to_xmi)%> -TAO_IDL3_TO_XMI = <%tao_idl3_to_xmi%> -<%endif%> -<%if(tao_idl3_to_xmi_dep)%> -TAO_IDL3_TO_XMI_DEP = <%tao_idl3_to_xmi_dep%>$(EXEEXT) -<%endif%> -<%if(tao_idl3toxmiflags)%> -TAO_IDL3_TO_XMI_FLAGS = <%tao_idl3toxmiflags%> -<%endif%> <%if(exename)%> PRJ_TYPE = rtp |