Doc fixes
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
-swf-version 17.0
|
||||
-D display
|
||||
-D doc_gen
|
||||
-D lime_opengl
|
||||
ImportAll
|
||||
-lib lime
|
||||
--no-output
|
||||
@@ -128,6 +129,7 @@ ImportAll
|
||||
-D display
|
||||
-D html5
|
||||
-D doc_gen
|
||||
-D lime_opengl
|
||||
ImportAll
|
||||
-lib lime
|
||||
--no-output
|
||||
|
||||
@@ -729,8 +729,8 @@ class NativeCFFI {
|
||||
#if (lime_cffi && !macro && lime_harfbuzz)
|
||||
@:cffi private static function lime_hb_blob_create (data:DataPointer, length:Int, memoryMode:Int):CFFIPointer;
|
||||
@:cffi private static function lime_hb_blob_create_sub_blob (parent:CFFIPointer, offset:Int, length:Int):CFFIPointer;
|
||||
@:cffi private static function lime_hb_blob_get_data (blob:CFFIPointer):DataPointer;
|
||||
@:cffi private static function lime_hb_blob_get_data_writable (blob:CFFIPointer):DataPointer;
|
||||
@:cffi private static function lime_hb_blob_get_data (blob:CFFIPointer):Float;
|
||||
@:cffi private static function lime_hb_blob_get_data_writable (blob:CFFIPointer):Float;
|
||||
@:cffi private static function lime_hb_blob_get_empty ():CFFIPointer;
|
||||
@:cffi private static function lime_hb_blob_get_length (blob:CFFIPointer):Int;
|
||||
@:cffi private static function lime_hb_blob_is_immutable (blob:CFFIPointer):Bool;
|
||||
|
||||
@@ -55,24 +55,6 @@ class DefineMacro {
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (!Context.defined ("flash") && (!Context.defined ("js") || Context.defined ("nodejs"))) {
|
||||
|
||||
Compiler.define ("lime-cffi");
|
||||
Compiler.define ("native");
|
||||
Compiler.define ("lime-curl");
|
||||
Compiler.define ("lime-vorbis");
|
||||
|
||||
}
|
||||
|
||||
if (Context.defined ("js") && !Context.defined ("nodejs") && !Context.defined ("display")) {
|
||||
|
||||
Compiler.define ("html5");
|
||||
Compiler.define ("web");
|
||||
Compiler.define ("lime-opengl");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user