|
@@ -199,8 +199,8 @@ Put + after a boolean switch option to enable it, - to disable it
|
|
m : Enables macro replacements
|
|
m : Enables macro replacements
|
|
2 : Same as -Mobjfpc (default)
|
|
2 : Same as -Mobjfpc (default)
|
|
-SI<x> : Set interface style to <x>
|
|
-SI<x> : Set interface style to <x>
|
|
- -SIcom : COM compatible interface (default)
|
|
|
|
- -SIcorba : CORBA compatible interface
|
|
|
|
|
|
+ -SIcom : COM, reference counted interface (default)
|
|
|
|
+ -SIcorba : CORBA interface
|
|
-T<x> : Set target platform, case insensitive.
|
|
-T<x> : Set target platform, case insensitive.
|
|
-Tbrowser : default
|
|
-Tbrowser : default
|
|
-Tnodejs : add pas.run(), includes -Jc
|
|
-Tnodejs : add pas.run(), includes -Jc
|
|
@@ -734,7 +734,7 @@ function(){
|
|
<ul>
|
|
<ul>
|
|
<li>operator overloading</li>
|
|
<li>operator overloading</li>
|
|
<li>class constructor</li>
|
|
<li>class constructor</li>
|
|
- <li>COM interfaces as fields</li>
|
|
|
|
|
|
+ <li>reference counted interfaces as fields</li>
|
|
<li>Interfaces as nested types</li>
|
|
<li>Interfaces as nested types</li>
|
|
<li>default non array property</li>
|
|
<li>default non array property</li>
|
|
</ul>
|
|
</ul>
|