X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=samples%2FguiAndGfx%2Fmandelbrot%2Fmandelbrot.epj;fp=samples%2FguiAndGfx%2Fmandelbrot%2Fmandelbrot.epj;h=ae8686bcf82d22cb174fe774f65e792141236855;hb=c7b22cf6144cd649dd21d0bc77accde6aa71cd21;hp=0000000000000000000000000000000000000000;hpb=567614d30d5bbe778c2e47067b64a2aeef072ed1;p=sdk diff --git a/samples/guiAndGfx/mandelbrot/mandelbrot.epj b/samples/guiAndGfx/mandelbrot/mandelbrot.epj new file mode 100644 index 0000000..ae8686b --- /dev/null +++ b/samples/guiAndGfx/mandelbrot/mandelbrot.epj @@ -0,0 +1,90 @@ +{ + "Version" : 0.2, + "ModuleName" : "mandelbrot", + "Options" : { + "Warnings" : "All", + "TargetType" : "Executable", + "TargetFileName" : "mandelbrot", + "Libraries" : [ + "ecere" + ] + }, + "Configurations" : [ + { + "Name" : "Debug", + "Options" : { + "Debug" : true, + "Optimization" : "Speed", + "PreprocessorDefinitions" : [ + "_DEBUG" + ], + "CompilerOptions" : [ + "-mmmx", + "-msse", + "-msse2", + "-msse3", + "-msse4" + ], + "FastMath" : true + } + }, + { + "Name" : "Release", + "Options" : { + "Debug" : false, + "Optimization" : "Speed", + "FastMath" : true + } + }, + { + "Name" : "Emscripten", + "Options" : { + "PreprocessorDefinitions" : [ + "ECERE_STATIC" + ], + "TargetFileName" : "mandelbrot.html", + "Libraries" : [ + "ecereStatic", + "z", + "jpeg", + "png", + "freetype" + ], + "LibraryDirs" : [ + "../../../ecere/obj/emscripten.linux.emscripten" + ], + "FastMath" : true + } + } + ], + "Files" : [ + "mandelbrot.ec", + "mandelbrotUI.ec" + ], + "ResourcesPath" : "", + "Resources" : [ + { + "Folder" : "ecere", + "Files" : [ + { + "Folder" : "shaders", + "Files" : [ + "../../../ecere/src/gfx/drivers/gl3/fixed.frag", + "../../../ecere/src/gfx/drivers/gl3/fixed.vertex" + ] + } + ], + "Options" : { + "ExcludeFromBuild" : true + }, + "Configurations" : [ + { + "Name" : "Emscripten", + "Options" : { + "ExcludeFromBuild" : false + } + } + ] + } + ] +}