mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
RTAS: Remove RTAS functionality
This commit is contained in:
parent
c0d02fc75a
commit
b48dddcf4e
73 changed files with 117 additions and 2180 deletions
|
|
@ -65,7 +65,6 @@ namespace build_tools
|
|||
return "XPC!";
|
||||
|
||||
case Type::AAXPlugIn:
|
||||
case Type::RTASPlugIn:
|
||||
return "TDMw";
|
||||
|
||||
case Type::ConsoleApp:
|
||||
|
|
@ -97,7 +96,6 @@ namespace build_tools
|
|||
return "????";
|
||||
|
||||
case Type::AAXPlugIn:
|
||||
case Type::RTASPlugIn:
|
||||
return "PTul";
|
||||
|
||||
case Type::ConsoleApp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue