You've already forked lazarus-ccr
added iPhoneOS objc run-time initialization unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
16
bindings/objc/objcrtliPhoneOS.pas
Normal file
16
bindings/objc/objcrtliPhoneOS.pas
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
unit objcrtliPhoneOS;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
uses
|
||||||
|
objcrtl, objcrtl20;
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
initialization
|
||||||
|
InitializeObjcRtl20(DefaultObjCLibName);
|
||||||
|
|
||||||
|
end.
|
||||||
|
|
Reference in New Issue
Block a user