-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticlesfractallinux.cbp
65 lines (65 loc) · 1.95 KB
/
particlesfractallinux.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="particlesfractal" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="debug">
<Option output="moldeoinstaller/binaries/plugins/effects/libmod_particlesfractal_d.so" prefix_auto="0" extension_auto="0" />
<Option object_output=".objsd_linux" />
<Option deps_output=".depsd" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add library="libmoldeod.a" />
</Linker>
</Target>
<Target title="release">
<Option output="moldeoinstaller/binaries/plugins/effects/libmod_particlesfractal.so" prefix_auto="0" extension_auto="0" />
<Option object_output=".objs_linux" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Linker>
<Add library="libmoldeo.a" />
</Linker>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="debug;release;" />
</VirtualTargets>
<Compiler>
<Add option="`pkg-config lua5.1 --cflags`" />
<Add option="`pkg-config libmoldeo --cflags`" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add directory="moldeoinstaller/binaries/lib/linux" />
</Linker>
<Unit filename="moEffectParticlesFractal.cpp" />
<Unit filename="moEffectParticlesFractal.h" />
<Unit filename="moEffectParticlesFractalFactory.cpp" />
<Unit filename="moEffectParticlesFractalFactory.h" />
<Extensions>
<envvars />
<code_completion />
<debugger />
<lib_finder>
<lib name="lua5.1" />
<lib name="muparser" />
<lib name="sdl" />
<lib name="freetype2" />
<lib name="gstreamer-0.10" />
<lib name="gstreamer-base-0.10" />
</lib_finder>
</Extensions>
</Project>
</CodeBlocks_project_file>