-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged rt branch (upto r2149) back into trunk
- Loading branch information
shodan
committed
Jan 4, 2010
1 parent
8849031
commit 14a1201
Showing
57 changed files
with
9,507 additions
and
1,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="testrt" /> | ||
<Option pch_mode="2" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="Debug"> | ||
<Option output="./bin/Debug/tests" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="./junk/Debug" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-Wall" /> | ||
<Add option="-g" /> | ||
<Add option="-O0" /> | ||
</Compiler> | ||
<Linker> | ||
<Add library="bin/Debug/libsphinx.a" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Release"> | ||
<Option output="./bin/Release/tests" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="./junk/Release" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-O3" /> | ||
<Add option="-Wall" /> | ||
<Add option="-DNDEBUG" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-s" /> | ||
<Add library="bin/Release/libsphinx.a" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<Compiler> | ||
<Add option="-D_FILE_OFFSET_BITS=64" /> | ||
<Add option="-DHAVE_CONFIG_H" /> | ||
<Add directory="../config/" /> | ||
</Compiler> | ||
<Linker> | ||
<Add library="pthread" /> | ||
<Add library="rt" /> | ||
<Add library="expat" /> | ||
<Add library="mysqlclient" /> | ||
</Linker> | ||
<Unit filename="../src/testrt.cpp" /> | ||
<Extensions> | ||
<AutoVersioning> | ||
<Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" /> | ||
<Settings autoincrement="1" date_declarations="1" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" /> | ||
<Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" /> | ||
</AutoVersioning> | ||
<envvars /> | ||
<code_completion /> | ||
<debugger /> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.