author | František Kučera <franta-hg@frantovo.cz> |
Fri, 01 Dec 2023 21:02:02 +0100 | |
branch | v_0 |
changeset 6 | fd93a46db15b |
parent 5 | ee4ba9f5a053 |
child 7 | e6065118326f |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<configurationDescriptor version="100"> |
|
3 |
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> |
|
4 |
<df root="." name="0"> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
5 |
<in>ImageLoader.cpp</in> |
5
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
6 |
<in>Program.cpp</in> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
7 |
<in>Shader.cpp</in> |
0 | 8 |
<in>Shark.cpp</in> |
9 |
<in>shader-shark.cpp</in> |
|
10 |
</df> |
|
11 |
<logicalFolder name="ExternalFiles" |
|
12 |
displayName="Important Files" |
|
13 |
projectFiles="false" |
|
14 |
kind="IMPORTANT_FILES_FOLDER"> |
|
15 |
<itemPath>Makefile</itemPath> |
|
16 |
<itemPath>nbproject/private/launcher.properties</itemPath> |
|
17 |
</logicalFolder> |
|
18 |
</logicalFolder> |
|
19 |
<sourceFolderFilter>^(nbproject)$</sourceFolderFilter> |
|
20 |
<sourceRootList> |
|
21 |
<Elem>.</Elem> |
|
22 |
</sourceRootList> |
|
23 |
<projectmakefile>Makefile</projectmakefile> |
|
24 |
<confs> |
|
25 |
<conf name="Default" type="0"> |
|
26 |
<toolsSet> |
|
27 |
<compilerSet>default</compilerSet> |
|
28 |
<dependencyChecking>false</dependencyChecking> |
|
29 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
30 |
</toolsSet> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
31 |
<flagsDictionary> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
32 |
<element flagsID="0" commonFlags="-std=c++20 -fopenmp -fopenmp -fopenmp"/> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
33 |
</flagsDictionary> |
0 | 34 |
<codeAssistance> |
35 |
</codeAssistance> |
|
36 |
<makefileType> |
|
37 |
<makeTool> |
|
38 |
<buildCommandWorkingDir>.</buildCommandWorkingDir> |
|
39 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
40 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
41 |
<executablePath>build/shader-shark</executablePath> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
42 |
<ccTool> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
43 |
<incDir> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
44 |
<pElem>/usr/include/x86_64-linux-gnu/ImageMagick-6</pElem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
45 |
<pElem>/usr/include/ImageMagick-6</pElem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
46 |
</incDir> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
47 |
<preprocessorList> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
48 |
<Elem>MAGICKCORE_HDRI_ENABLE=0</Elem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
49 |
<Elem>MAGICKCORE_QUANTUM_DEPTH=16</Elem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
50 |
</preprocessorList> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
51 |
</ccTool> |
0 | 52 |
</makeTool> |
53 |
<preBuild> |
|
54 |
<preBuildCommandWorkingDir>.</preBuildCommandWorkingDir> |
|
55 |
<preBuildCommand></preBuildCommand> |
|
56 |
</preBuild> |
|
57 |
</makefileType> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
58 |
<item path="ImageLoader.cpp" ex="false" tool="1" flavor2="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
59 |
<ccTool flags="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
60 |
</ccTool> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
61 |
</item> |
5
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
62 |
<item path="Program.cpp" ex="false" tool="1" flavor2="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
63 |
<ccTool flags="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
64 |
</ccTool> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
65 |
</item> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
66 |
<item path="Shader.cpp" ex="false" tool="1" flavor2="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
67 |
<ccTool flags="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
68 |
</ccTool> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
69 |
</item> |
0 | 70 |
<item path="Shark.cpp" ex="false" tool="1" flavor2="0"> |
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
71 |
<ccTool flags="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
72 |
</ccTool> |
0 | 73 |
</item> |
74 |
<item path="shader-shark.cpp" ex="false" tool="1" flavor2="0"> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
75 |
<ccTool flags="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
76 |
</ccTool> |
0 | 77 |
</item> |
78 |
</conf> |
|
79 |
</confs> |
|
80 |
</configurationDescriptor> |