-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoundfaustlinux.cbp
59 lines (59 loc) · 1.75 KB
/
soundfaustlinux.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="sound" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="../../../bin/linux/plugins/effects/libsoundfaust_d.so" prefix_auto="0" extension_auto="0" />
<Option working_dir="../../../bin/linux/" />
<Option object_output=".objsd" />
<Option deps_output=".depsd" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="../../../bin/linux/plugins/effects/libsoundfaust.so" prefix_auto="0" extension_auto="0" />
<Option working_dir="../../../bin/linux/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="Debug;Release;" />
</VirtualTargets>
<Compiler>
<Add directory="../../../inc" />
<Add directory="../../../inc/3ds" />
<Add directory="./inc" />
<Add directory="/usr/include/freetype2" />
<Add directory="/usr/include/lua5.1/" />
<Add directory="/usr/include/muParser/" />
</Compiler>
<Unit filename="moEffectSound.cpp" />
<Unit filename="moEffectSound.h" />
<Extensions>
<envvars />
<code_completion />
<soundger />
<lib_finder>
<lib name="lua5.1" />
<lib name="freetype2" />
<lib name="sdl" />
<lib name="muparser" />
<lib name="gstreamer-0.10" />
<lib name="gstreamer-base-0.10" />
</lib_finder>
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>