mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 16:19:09 +02:00
git-svn-id: svn://elaine/murooma/trunk@181 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
4d999ad37c
commit
d3c79f93f0
4 changed files with 18 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/SnapServer" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="bin/Debug/snapserver" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -16,7 +16,7 @@
|
|||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/SnapServer" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="bin/Release/snapserver" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -36,6 +36,7 @@
|
|||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="boost_system" />
|
||||
<Add library="boost_program_options" />
|
||||
</Linker>
|
||||
<Unit filename="server/snapServer.cpp" />
|
||||
<Extensions>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="server/snapServer.cpp" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="4599" topLine="167" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/SnapClient" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="bin/Debug/snapclient" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -16,7 +16,7 @@
|
|||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/SnapClient" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="bin/Release/snapclient" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<ActiveTarget name="Debug" />
|
||||
<File name="client/stream.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="767" topLine="163" />
|
||||
<Cursor1 position="767" topLine="7" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="client/stream.h" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
|
@ -11,14 +11,19 @@
|
|||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="common/chunk.h" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="720" topLine="10" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="client/doubleBuffer.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="client/snapClient.cpp" open="1" top="1" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<File name="client/snapClient.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2862" topLine="93" />
|
||||
<Cursor1 position="2862" topLine="20" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue