mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
More Linux work. This has Render, Animate and Genome building and running on Linux.
This commit is contained in:
@ -8,18 +8,19 @@
|
||||
<Option virtualFolders="Headers/Filters/;/Headers/Xml/;" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option platforms="Unix;" />
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBER" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
@ -50,9 +51,12 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBER" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
@ -75,6 +79,7 @@
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
@ -89,12 +94,10 @@
|
||||
<Add option="-pedantic" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DBUILDING_EMBER" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# depslib dependency file v1.0
|
||||
1413384022 source:/home/heretic/Dev/fractorium/Source/Ember/Affine2D.cpp
|
||||
1417821052 source:/home/heretic/Dev/fractorium/Source/Ember/Affine2D.cpp
|
||||
"EmberPch.h"
|
||||
"Affine2D.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
@ -160,22 +160,22 @@
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
1417810095 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1413385950 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
1417776440 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1413385406 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
1417811373 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1413384022 source:/home/heretic/Dev/fractorium/Source/Ember/DllMain.cpp
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/Ember/DllMain.cpp
|
||||
"EmberPch.h"
|
||||
|
||||
1413384022 source:/home/heretic/Dev/fractorium/Source/Ember/Ember.cpp
|
||||
1417813888 source:/home/heretic/Dev/fractorium/Source/Ember/Ember.cpp
|
||||
"EmberPch.h"
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
@ -205,17 +205,17 @@
|
||||
"Timing.h"
|
||||
"SheepTools.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
@ -223,70 +223,70 @@
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1413384023 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1413385813 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
1417810944 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
@ -295,20 +295,28 @@
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
1417770762 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1413384022 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1413384022 source:/home/heretic/Dev/fractorium/Source/Ember/EmberPch.cpp
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/Ember/EmberPch.cpp
|
||||
"EmberPch.h"
|
||||
|
||||
1417813874 source:/home/heretic/Dev/fractorium/Source/Ember/Renderer.cpp
|
||||
"EmberPch.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/Ember/RendererBase.cpp
|
||||
"EmberPch.h"
|
||||
"RendererBase.h"
|
||||
|
||||
|
@ -1,14 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/Ember/Ember.cpp" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/Ember.cpp" open="1" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/VariationsDC.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="6270" topLine="202" />
|
||||
<Cursor1 position="13691" topLine="374" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations05.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
@ -16,24 +11,9 @@
|
||||
<Cursor1 position="37378" topLine="1097" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberToXml.h" open="0" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/SheepTools.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="20943" topLine="583" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/TemporalFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="9058" topLine="269" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Affine2D.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1969" topLine="12" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/VariationList.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="14159" topLine="419" />
|
||||
<Cursor1 position="26633" topLine="913" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Timing.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
@ -41,69 +21,49 @@
|
||||
<Cursor1 position="1699" topLine="12" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberDefines.h" open="1" top="1" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/Variations01.h" open="1" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2838" topLine="47" />
|
||||
<Cursor1 position="3674" topLine="128" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/DllMain.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/Iterator.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
<Cursor1 position="2509" topLine="39" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations04.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/EmberPch.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="98407" topLine="3204" />
|
||||
<Cursor1 position="314" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/XmlToEmber.h" open="0" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/SpatialFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="16510" topLine="323" />
|
||||
<Cursor1 position="22861" topLine="816" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Interpolate.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/Variations03.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="18225" topLine="507" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Palette.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="8808" topLine="105" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/SheepTools.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="26633" topLine="913" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Affine2D.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Utils.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="22496" topLine="746" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Isaac.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="8062" topLine="258" />
|
||||
<Cursor1 position="62259" topLine="1950" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Ember.h" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="19820" topLine="664" />
|
||||
<Cursor1 position="35507" topLine="1125" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations01.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/TemporalFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="136093" topLine="4660" />
|
||||
<Cursor1 position="9058" topLine="269" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Renderer.h" open="0" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/EmberToXml.h" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="16331" topLine="326" />
|
||||
<Cursor1 position="20943" topLine="583" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Renderer.h" open="1" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="9387" topLine="165" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Point.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
@ -113,27 +73,7 @@
|
||||
</File>
|
||||
<File name="../../Source/Ember/Xform.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="32608" topLine="1024" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberPch.cpp" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/SpatialFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="22861" topLine="816" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/CarToRas.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2973" topLine="67" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberPch.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="953" topLine="25" />
|
||||
<Cursor1 position="38604" topLine="1219" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/PaletteList.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
@ -141,24 +81,74 @@
|
||||
<Cursor1 position="1381" topLine="37" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/XmlToEmber.h" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="28302" topLine="621" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Interpolate.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="18225" topLine="507" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations04.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="98407" topLine="3204" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Palette.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="8808" topLine="105" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Affine2D.cpp" open="1" top="0" tabpos="14" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="10791" topLine="336" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variation.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="42788" topLine="1649" />
|
||||
<Cursor1 position="46958" topLine="1599" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Iterator.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/CarToRas.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2509" topLine="39" />
|
||||
<Cursor1 position="2973" topLine="67" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations03.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/RendererBase.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="62259" topLine="1950" />
|
||||
<Cursor1 position="6837" topLine="184" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Renderer.cpp" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/Ember/VariationList.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="13576" topLine="347" />
|
||||
<Cursor1 position="14159" topLine="419" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Utils.h" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="24688" topLine="817" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Renderer.cpp" open="1" top="0" tabpos="18" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="64477" topLine="1566" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/DllMain.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/VariationsDC.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="22857" topLine="672" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberPch.cpp" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations02.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
@ -166,4 +156,19 @@
|
||||
<Cursor1 position="116327" topLine="3912" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberDefines.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2273" topLine="59" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Affine2D.h" open="1" top="0" tabpos="13" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2877" topLine="92" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Isaac.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="8062" topLine="258" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
@ -8,162 +8,95 @@
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="tbb" />
|
||||
<Add library="libxml2" />
|
||||
<Add library="jpeg" />
|
||||
<Add library="libpng" />
|
||||
<Add library="Ember" />
|
||||
<Add library="EmberCL" />
|
||||
<Add library="OpenCL" />
|
||||
<Add directory="./" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add after="cp --update ../../Data/flam3-palettes.xml ./flam3-palettes.xml" />
|
||||
<Mode after="always" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="../../Source/EmberAnimate/EmberAnimate.cpp" />
|
||||
<Unit filename="../../Source/EmberAnimate/EmberAnimate.h" />
|
||||
<Unit filename="../../Source/EmberAnimate/EmberAnimate.rc" />
|
||||
<Unit filename="../../Source/EmberAnimate/resource.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
@ -173,7 +106,6 @@
|
||||
<Unit filename="../../Source/EmberCommon/SimpleGlob.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleOpt.h" />
|
||||
<Unit filename="../../Source/Fractorium/Icons/Fractorium.ico" />
|
||||
<Unit filename="ReadMe.txt" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
|
392
Builds/CB/EmberAnimate.depend
Normal file
392
Builds/CB/EmberAnimate.depend
Normal file
@ -0,0 +1,392 @@
|
||||
# depslib dependency file v1.0
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.cpp
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417812217 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<winsock.h>
|
||||
<BaseTsd.h>
|
||||
<crtdbg.h>
|
||||
<tchar.h>
|
||||
<arpa/inet.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<setjmp.h>
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
"jconfig.h"
|
||||
"jpeglib.h"
|
||||
"png.h"
|
||||
"Ember.h"
|
||||
"Variation.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"PaletteList.h"
|
||||
"Iterator.h"
|
||||
"Renderer.h"
|
||||
"RendererCL.h"
|
||||
"SheepTools.h"
|
||||
"SimpleGlob.h"
|
||||
"SimpleOpt.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417811373 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417810095 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417776440 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417810944 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417770762 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417828769 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417766202 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417770248 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417764380 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417816836 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleGlob.h
|
||||
<mbstring.h>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<glob.h>
|
||||
<limits.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<wchar.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417817700 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleOpt.h
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417821813 source:/home/heretic/Dev/fractorium/Source/EmberAnimate/EmberAnimate.cpp
|
||||
"EmberCommonPch.h"
|
||||
"EmberAnimate.h"
|
||||
"JpegUtils.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberAnimate/EmberAnimate.h
|
||||
"EmberOptions.h"
|
||||
|
||||
1417774919 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberOptions.h
|
||||
"EmberCommon.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommon.h
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417775759 /home/heretic/Dev/fractorium/Source/EmberCommon/JpegUtils.h
|
||||
"EmberCommonPch.h"
|
||||
|
@ -1,11 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberAnimate/EmberAnimate.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="9928" topLine="290" />
|
||||
|
@ -13,12 +13,12 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add option="-DAMD_OS_WIN" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
@ -27,8 +27,6 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Opengl32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
@ -40,12 +38,6 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add option="-DAMD_OS_WIN" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
@ -54,8 +46,6 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Opengl32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
@ -67,12 +57,6 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add option="-DAMD_OS_WIN" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
@ -80,8 +64,6 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Opengl32.lib" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
@ -92,12 +74,12 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add option="-DAMD_OS_WIN" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
@ -106,8 +88,7 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Opengl32.lib" />
|
||||
<Add option="-s" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
@ -119,12 +100,6 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add option="-DAMD_OS_WIN" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
@ -133,8 +108,6 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Opengl32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
@ -146,12 +119,6 @@
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add option="-DAMD_OS_WIN" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
@ -160,13 +127,34 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Opengl32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="GL" />
|
||||
<Add library="OpenCL" />
|
||||
</Linker>
|
||||
<Unit filename="../../Source/EmberCL/DEOpenCLKernelCreator.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/DEOpenCLKernelCreator.h" />
|
||||
<Unit filename="../../Source/EmberCL/DllMain.cpp" />
|
||||
|
335
Builds/CB/EmberCL.depend
Normal file
335
Builds/CB/EmberCL.depend
Normal file
@ -0,0 +1,335 @@
|
||||
# depslib dependency file v1.0
|
||||
1417814313 source:/home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.cpp
|
||||
"EmberCLPch.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
|
||||
1417766202 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417811373 /home/heretic/Dev/fractorium/Source/Ember//EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417810944 /home/heretic/Dev/fractorium/Source/Ember//Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417770762 /home/heretic/Dev/fractorium/Source/Ember//RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417776440 /home/heretic/Dev/fractorium/Source/Ember//Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417810095 /home/heretic/Dev/fractorium/Source/Ember//Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember//EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417764380 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/EmberCL/DllMain.cpp
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417814313 source:/home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.cpp
|
||||
"EmberCLPch.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417814434 source:/home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.cpp
|
||||
"EmberCLPch.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417814434 source:/home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.cpp
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
|
||||
1417770248 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417829447 source:/home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.cpp
|
||||
"EmberCLPch.h"
|
||||
"RendererCL.h"
|
||||
|
||||
1417828769 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
@ -1,4 +1,74 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCL/FinalAccumOpenCLKernelCreator.h" open="1" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="3552" topLine="53" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/DEOpenCLKernelCreator.h" open="1" top="0" tabpos="14" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2563" topLine="52" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/EmberCLFunctions.h" open="1" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="10375" topLine="385" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/OpenCLWrapper.cpp" open="1" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="46085" topLine="1300" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/DllMain.cpp" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/EmberCLStructs.h" open="1" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="8762" topLine="265" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/RendererCL.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="57657" topLine="1443" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/DEOpenCLKernelCreator.cpp" open="1" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="40101" topLine="851" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/OpenCLWrapper.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="5054" topLine="127" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/RendererCL.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="7648" topLine="173" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/FinalAccumOpenCLKernelCreator.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="23124" topLine="488" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/IterOpenCLKernelCreator.cpp" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="28977" topLine="810" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/IterOpenCLKernelCreator.h" open="1" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1445" topLine="29" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/EmberCLPch.h" open="1" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="794" topLine="13" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
@ -8,159 +8,93 @@
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="libxml2" />
|
||||
<Add library="tbb" />
|
||||
<Add library="OpenCL" />
|
||||
<Add library="jpeg" />
|
||||
<Add library="libpng" />
|
||||
<Add library="Ember" />
|
||||
<Add library="EmberCL" />
|
||||
<Add directory="./" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add after="cp --update ../../Data/flam3-palettes.xml ./flam3-palettes.xml" />
|
||||
<Mode after="always" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.h" />
|
||||
@ -170,10 +104,8 @@
|
||||
<Unit filename="../../Source/EmberCommon/SimpleOpt.h" />
|
||||
<Unit filename="../../Source/EmberGenome/EmberGenome.cpp" />
|
||||
<Unit filename="../../Source/EmberGenome/EmberGenome.h" />
|
||||
<Unit filename="../../Source/EmberGenome/EmberGenome.rc" />
|
||||
<Unit filename="../../Source/EmberGenome/resource.h" />
|
||||
<Unit filename="../../Source/Fractorium/Icons/Fractorium.ico" />
|
||||
<Unit filename="ReadMe.txt" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
|
392
Builds/CB/EmberGenome.depend
Normal file
392
Builds/CB/EmberGenome.depend
Normal file
@ -0,0 +1,392 @@
|
||||
# depslib dependency file v1.0
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.cpp
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417812217 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<winsock.h>
|
||||
<BaseTsd.h>
|
||||
<crtdbg.h>
|
||||
<tchar.h>
|
||||
<arpa/inet.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<setjmp.h>
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
"jconfig.h"
|
||||
"jpeglib.h"
|
||||
"png.h"
|
||||
"Ember.h"
|
||||
"Variation.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"PaletteList.h"
|
||||
"Iterator.h"
|
||||
"Renderer.h"
|
||||
"RendererCL.h"
|
||||
"SheepTools.h"
|
||||
"SimpleGlob.h"
|
||||
"SimpleOpt.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417811373 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417810095 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417776440 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417810944 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417770762 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417828769 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417766202 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417770248 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417764380 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417816836 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleGlob.h
|
||||
<mbstring.h>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<glob.h>
|
||||
<limits.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<wchar.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417817700 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleOpt.h
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417823420 source:/home/heretic/Dev/fractorium/Source/EmberGenome/EmberGenome.cpp
|
||||
"EmberCommonPch.h"
|
||||
"EmberGenome.h"
|
||||
"JpegUtils.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberGenome/EmberGenome.h
|
||||
"EmberOptions.h"
|
||||
|
||||
1417774919 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberOptions.h
|
||||
"EmberCommon.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommon.h
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417775759 /home/heretic/Dev/fractorium/Source/EmberCommon/JpegUtils.h
|
||||
"EmberCommonPch.h"
|
||||
|
@ -1,17 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberOptions.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/JpegUtils.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleGlob.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleOpt.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
<Folding>
|
||||
<Collapse line="17" />
|
||||
</Folding>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberCommonPch.cpp" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberCommonPch.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
@ -8,10 +8,12 @@
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
@ -25,21 +27,13 @@
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
@ -51,21 +45,13 @@
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
@ -76,46 +62,28 @@
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
@ -127,21 +95,13 @@
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
@ -154,14 +114,47 @@
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Unit filename="../../EmberRender/EmberRender.rc" />
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="jpeg" />
|
||||
<Add library="libpng" />
|
||||
<Add library="Ember" />
|
||||
<Add library="EmberCL" />
|
||||
<Add library="libxml2" />
|
||||
<Add library="OpenCL" />
|
||||
<Add library="tbb" />
|
||||
<Add directory="./" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add after="cp --update ../../Data/flam3-palettes.xml ./flam3-palettes.xml" />
|
||||
<Mode after="always" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="../../Fractorium/Icons/Fractorium.ico" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
@ -173,7 +166,6 @@
|
||||
<Unit filename="../../Source/EmberRender/EmberRender.cpp" />
|
||||
<Unit filename="../../Source/EmberRender/EmberRender.h" />
|
||||
<Unit filename="../../Source/EmberRender/resource.h" />
|
||||
<Unit filename="ReadMe.txt" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
|
392
Builds/CB/EmberRender.depend
Normal file
392
Builds/CB/EmberRender.depend
Normal file
@ -0,0 +1,392 @@
|
||||
# depslib dependency file v1.0
|
||||
1417760119 source:/home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.cpp
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417812217 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<winsock.h>
|
||||
<BaseTsd.h>
|
||||
<crtdbg.h>
|
||||
<tchar.h>
|
||||
<arpa/inet.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<setjmp.h>
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
"jconfig.h"
|
||||
"jpeglib.h"
|
||||
"png.h"
|
||||
"Ember.h"
|
||||
"Variation.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"PaletteList.h"
|
||||
"Iterator.h"
|
||||
"Renderer.h"
|
||||
"RendererCL.h"
|
||||
"SheepTools.h"
|
||||
"SimpleGlob.h"
|
||||
"SimpleOpt.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417811373 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417810095 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417776440 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417810944 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417770762 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417828769 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417766202 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417770248 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417764380 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417816098 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417816836 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleGlob.h
|
||||
<mbstring.h>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<glob.h>
|
||||
<limits.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<wchar.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417817700 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleOpt.h
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417826935 source:/home/heretic/Dev/fractorium/Source/EmberRender/EmberRender.cpp
|
||||
"EmberCommonPch.h"
|
||||
"EmberRender.h"
|
||||
"JpegUtils.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberRender/EmberRender.h
|
||||
"EmberOptions.h"
|
||||
|
||||
1417774919 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberOptions.h
|
||||
"EmberCommon.h"
|
||||
|
||||
1417760119 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommon.h
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417775759 /home/heretic/Dev/fractorium/Source/EmberCommon/JpegUtils.h
|
||||
"EmberCommonPch.h"
|
||||
|
@ -1,14 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/EmberCommon/EmberCommonPch.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="108" />
|
||||
<Cursor1 position="546" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberRender/EmberRender.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="../../Source/EmberCommon/SimpleOpt.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="526" topLine="0" />
|
||||
<Cursor1 position="23911" topLine="734" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleGlob.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="28795" topLine="894" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberRender/EmberRender.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="11058" topLine="309" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberOptions.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="32737" topLine="469" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/JpegUtils.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="10816" topLine="287" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
@ -1,10 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="Workspace">
|
||||
<Project filename="./Ember.cbp" />
|
||||
<Project filename="./EmberCL.cbp" />
|
||||
<Project filename="./EmberGenome.cbp" />
|
||||
<Project filename="./EmberAnimate.cbp" />
|
||||
<Project filename="./EmberRender.cbp" />
|
||||
<Project filename="Ember.cbp" />
|
||||
<Project filename="EmberCL.cbp" />
|
||||
<Project filename="EmberGenome.cbp" />
|
||||
<Project filename="EmberAnimate.cbp" />
|
||||
<Project filename="EmberRender.cbp">
|
||||
<Depends filename="Ember.cbp" />
|
||||
<Depends filename="EmberCL.cbp" />
|
||||
</Project>
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_layout_file>
|
||||
<ActiveProject path="EmberCL.cbp" />
|
||||
<ActiveProject path="EmberRender.cbp" />
|
||||
</CodeBlocks_workspace_layout_file>
|
||||
|
Reference in New Issue
Block a user