Tag files for C++ release, even on debug builds, unless -Dlime-debug
This commit is contained in:
@@ -30,6 +30,11 @@ using cpp.NativeArray;
|
||||
@:autoBuild(lime._macros.AssetsMacro.embedBytes()) // Enable @:bytes embed metadata
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
class Bytes {
|
||||
|
||||
public var length(default,null) : Int;
|
||||
|
||||
@@ -9,6 +9,11 @@ import haxe.macro.Compiler;
|
||||
import haxe.macro.Context;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Lib {
|
||||
|
||||
|
||||
@@ -28,6 +28,11 @@ import lime.ui.Window;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(haxe.Timer)
|
||||
@:access(lime._backend.native.NativeGLRenderContext)
|
||||
@:access(lime._backend.native.NativeRenderer)
|
||||
|
||||
@@ -8,6 +8,11 @@ import lime.audio.openal.AL;
|
||||
import lime.audio.openal.ALSource;
|
||||
import lime.math.Vector4;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.audio.AudioBuffer)
|
||||
|
||||
|
||||
|
||||
@@ -28,6 +28,11 @@ typedef Float32 = Float;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:allow(lime.ui.Window)
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@ import lime.net.HTTPRequest;
|
||||
import lime.net.HTTPRequestMethod;
|
||||
import lime.system.BackgroundWorker;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class NativeHTTPRequest {
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@ import lime.ui.Window;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.ui.Window)
|
||||
|
||||
|
||||
|
||||
@@ -20,6 +20,11 @@ import lime.utils.UInt8Array;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime._backend.native.NativeGLRenderContext)
|
||||
@:access(lime.graphics.cairo.Cairo)
|
||||
@:access(lime.graphics.opengl.GL)
|
||||
|
||||
@@ -13,6 +13,11 @@ import lime.ui.Window;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.app.Application)
|
||||
@:access(lime.ui.Window)
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@ import lime.ui.KeyModifier;
|
||||
import lime.ui.Touch;
|
||||
import lime.ui.Window;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
/**
|
||||
* The Application class forms the foundation for most Lime projects.
|
||||
|
||||
@@ -12,6 +12,11 @@ using haxe.macro.Tools;
|
||||
@:genericBuild(lime._macros.EventMacro.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Event<T> {
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ import lime.system.System;
|
||||
import lime.system.ThreadPool;
|
||||
import lime.utils.Log;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:allow(lime.app.Promise)
|
||||
|
||||
|
||||
@@ -258,6 +263,12 @@ import lime.utils.Log;
|
||||
}
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
@:dox(hide) private class FutureWork {
|
||||
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@ import lime.ui.KeyModifier;
|
||||
import lime.ui.Touch;
|
||||
import lime.ui.Window;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Module implements IModule {
|
||||
|
||||
|
||||
@@ -21,6 +21,11 @@ import flash.events.ProgressEvent;
|
||||
import flash.Lib;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Preloader #if flash extends Sprite #end {
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
package lime.app;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:allow(lime.app.Future)
|
||||
#if !js @:generic #end
|
||||
|
||||
|
||||
@@ -6,6 +6,11 @@ import lime.audio.openal.ALBuffer;
|
||||
import lime.audio.openal.ALSource;
|
||||
import lime.utils.ArrayBufferView;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class ALAudioContext {
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ import lime.audio.openal.ALC;
|
||||
import lime.audio.openal.ALContext;
|
||||
import lime.audio.openal.ALDevice;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class ALCAudioContext {
|
||||
|
||||
|
||||
@@ -28,6 +28,11 @@ import lime.audio.fmod.FMODSound;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class AudioBuffer {
|
||||
|
||||
|
||||
@@ -10,6 +10,11 @@ import lime.audio.openal.ALDevice;
|
||||
import js.Browser;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class AudioManager {
|
||||
|
||||
|
||||
@@ -6,6 +6,11 @@ import lime.audio.openal.AL;
|
||||
import lime.audio.openal.ALSource;
|
||||
import lime.math.Vector4;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class AudioSource {
|
||||
|
||||
|
||||
@@ -10,6 +10,11 @@ import cpp.Float32;
|
||||
typedef Float32 = Float;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
#if !macro
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.audio.openal;
|
||||
|
||||
import lime.system.CFFIPointer;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
#if !macro
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
@@ -54,6 +54,11 @@ import lime.graphics.console.TextureData;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:autoBuild(lime._macros.AssetsMacro.embedImage())
|
||||
@:allow(lime.graphics.util.ImageCanvasUtil)
|
||||
@:allow(lime.graphics.util.ImageDataUtil)
|
||||
|
||||
@@ -17,6 +17,11 @@ import lime.graphics.utils.ImageCanvasUtil;
|
||||
import flash.display.BitmapData;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:allow(lime.graphics.Image)
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ import lime.app.Event;
|
||||
import lime.math.Rectangle;
|
||||
import lime.ui.Window;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Renderer {
|
||||
|
||||
|
||||
@@ -11,6 +11,11 @@ import lime.text.Glyph;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Cairo {
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.cairo;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class CairoGlyph {
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ import haxe.io.Bytes;
|
||||
import lime.graphics.Image;
|
||||
import lime.math.Rectangle;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class BMP {
|
||||
|
||||
|
||||
@@ -18,6 +18,11 @@ import js.Browser;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class JPEG {
|
||||
|
||||
|
||||
@@ -25,6 +25,11 @@ import haxe.io.BytesOutput;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class PNG {
|
||||
|
||||
|
||||
@@ -1,7 +1,15 @@
|
||||
package lime.graphics.opengl;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class ExtensionAnisotropicFiltering {
|
||||
|
||||
|
||||
public static var TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
|
||||
public static var MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
|
||||
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
package lime.graphics.opengl;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class ExtensionBGRA {
|
||||
|
||||
|
||||
public static inline var BGRA_EXT = 0x80E1;
|
||||
|
||||
|
||||
}
|
||||
@@ -1,7 +1,16 @@
|
||||
package lime.graphics.opengl;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class ExtensionPackedDepthStencil {
|
||||
|
||||
|
||||
public static inline var DEPTH24_STENCIL8_EXT = 0x88F0;
|
||||
|
||||
|
||||
}
|
||||
@@ -7,6 +7,11 @@ import lime.utils.Int32Array;
|
||||
|
||||
@:allow(lime.ui.Window)
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GL {
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
typedef GLActiveInfo = {
|
||||
|
||||
size:Int,
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLBuffer extends GLObject {
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
typedef GLContextAttributes = {
|
||||
|
||||
alpha:Bool,
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLFramebuffer extends GLObject {
|
||||
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.graphics.opengl;
|
||||
|
||||
import lime.system.CFFIPointer;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLObject {
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLProgram extends GLObject {
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLRenderbuffer extends GLObject {
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLShader extends GLObject {
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
typedef GLShaderPrecisionFormat = {
|
||||
|
||||
rangeMin:Int,
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.graphics.opengl; #if (!js || !html5 || display)
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLTexture extends GLObject {
|
||||
|
||||
|
||||
|
||||
@@ -20,6 +20,11 @@ import lime.utils.UInt8Array;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.graphics.ImageBuffer)
|
||||
@:access(lime.math.color.RGBA)
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.math;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Matrix3 {
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ package lime.math;
|
||||
import flash.geom.Rectangle in FlashRectangle;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Rectangle {
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ package lime.math;
|
||||
import flash.geom.Point;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Vector2 {
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.math;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Vector4 {
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,11 @@ import lime.app.Event;
|
||||
import lime.app.Future;
|
||||
import lime.app.Promise;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
#if display
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.net;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class HTTPRequestHeader {
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
package lime.net;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
// Based on http://blog.stevenlevithan.com/archives/parseuri
|
||||
class URIParser {
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@ import lime.net.curl.CURL;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class CURLEasy {
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@ import neko.vm.Deque;
|
||||
import neko.vm.Thread;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class BackgroundWorker {
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ import lime._macros.CFFIMacro;
|
||||
import sys.io.Process;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class CFFI {
|
||||
|
||||
|
||||
@@ -11,6 +11,11 @@ import js.Browser.document;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Clipboard {
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.system;
|
||||
|
||||
import lime.math.Rectangle;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Display {
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.system;
|
||||
|
||||
import lime.graphics.PixelFormat;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class DisplayMode {
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ package lime.system;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class JNI {
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.system;
|
||||
|
||||
import lime.app.Event;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Sensor {
|
||||
|
||||
|
||||
@@ -18,6 +18,11 @@ import js.Browser;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.system.Display)
|
||||
@:access(lime.system.DisplayMode)
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@ import neko.vm.Deque;
|
||||
import neko.vm.Thread;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class ThreadPool {
|
||||
|
||||
|
||||
@@ -25,6 +25,11 @@ import haxe.io.Path;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
#if (!display && !nodejs && !macro)
|
||||
@:autoBuild(lime._macros.AssetsMacro.embedFont())
|
||||
#end
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.text;
|
||||
|
||||
import lime.math.Vector2;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GlyphMetrics {
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.text;
|
||||
|
||||
import lime.math.Vector2;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GlyphPosition {
|
||||
|
||||
|
||||
@@ -9,6 +9,11 @@ import lime.system.System;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.text.Font)
|
||||
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@ import sys.io.File;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class FileDialog {
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ import lime.app.Event;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.ui.Joystick)
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@ import lime.utils.Log;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Haptic {
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ import lime.app.Event;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Joystick {
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
package lime.ui;
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Mouse {
|
||||
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.ui;
|
||||
|
||||
import lime.app.Event;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Touch {
|
||||
|
||||
|
||||
@@ -16,6 +16,11 @@ import flash.display.Stage;
|
||||
typedef Stage = Dynamic;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Window {
|
||||
|
||||
|
||||
@@ -5,7 +5,12 @@ package lime.utils;
|
||||
typedef ArrayBufferView = js.html.ArrayBufferView;
|
||||
|
||||
#else
|
||||
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
class ArrayBufferView {
|
||||
|
||||
public var type = TypedArrayType.None;
|
||||
|
||||
@@ -5,6 +5,11 @@ import lime._macros.AssetsMacro;
|
||||
import lime.audio.AudioBuffer;
|
||||
import lime.graphics.Image;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class AssetCache {
|
||||
|
||||
|
||||
@@ -14,6 +14,11 @@ import flash.display.BitmapData;
|
||||
import flash.media.Sound;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class AssetLibrary {
|
||||
|
||||
|
||||
@@ -10,6 +10,11 @@ import lime.utils.Bytes;
|
||||
import haxe.Json;
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class AssetManifest {
|
||||
|
||||
|
||||
@@ -34,6 +34,11 @@ import haxe.Json;
|
||||
* in the project file.</p>
|
||||
*/
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
@:access(lime.utils.AssetLibrary)
|
||||
|
||||
|
||||
|
||||
@@ -103,7 +103,12 @@ import lime.utils.ArrayBufferView;
|
||||
|
||||
#else
|
||||
|
||||
import lime.utils.ArrayBuffer;
|
||||
import lime.utils.ArrayBuffer;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
class DataView {
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ package lime.utils;
|
||||
abstract Float32Array(ArrayBufferView) from ArrayBufferView to ArrayBufferView {
|
||||
|
||||
public inline static var BYTES_PER_ELEMENT : Int = 4;
|
||||
|
||||
public static var hello:Int;
|
||||
public var length (get, never):Int;
|
||||
|
||||
@:generic
|
||||
|
||||
@@ -6,6 +6,11 @@ import lime.graphics.opengl.GLShader;
|
||||
import lime.graphics.opengl.GL;
|
||||
import lime.utils.Log;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GLUtils {
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@ package lime.utils;
|
||||
|
||||
import haxe.PosInfos;
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Log {
|
||||
|
||||
|
||||
@@ -11,6 +11,11 @@ import flash.utils.ByteArray;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Deflate {
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ import haxe.io.Bytes;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class GZip {
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@ import flash.utils.ByteArray;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class LZMA {
|
||||
|
||||
|
||||
@@ -11,6 +11,11 @@ import flash.utils.ByteArray;
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
|
||||
#if !lime_debug
|
||||
@:fileXml('tags="haxe,release"')
|
||||
@:noDebug
|
||||
#end
|
||||
|
||||
|
||||
class Zlib {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user