[Supertux-Commit] [tinygettext commit] r134 - in branches/tinygettext-portable: src test
codesite-noreply at google.com
codesite-noreply at google.com
Sun Feb 1 05:19:08 PST 2009
Author: grumbel
Date: Sun Feb 1 05:12:26 2009
New Revision: 134
Removed:
branches/tinygettext-portable/src/po_file_reader.cpp
branches/tinygettext-portable/src/po_file_reader.hpp
branches/tinygettext-portable/test/test.cpp
Modified:
branches/tinygettext-portable/src/SConscript
branches/tinygettext-portable/src/tinygettext.hpp
branches/tinygettext-portable/test/SConscript
Log:
Removed po_file_reader.?pp and test/test.cpp
Modified: branches/tinygettext-portable/src/SConscript
==============================================================================
--- branches/tinygettext-portable/src/SConscript (original)
+++ branches/tinygettext-portable/src/SConscript Sun Feb 1 05:12:26 2009
@@ -5,7 +5,6 @@
env.StaticLibrary('tinygettext',
['tinygettext.cpp',
'language.cpp',
- 'po_file_reader.cpp',
'dictionary.cpp',
'dictionary_manager.cpp',
'directory.cpp',
Modified: branches/tinygettext-portable/src/tinygettext.hpp
==============================================================================
--- branches/tinygettext-portable/src/tinygettext.hpp (original)
+++ branches/tinygettext-portable/src/tinygettext.hpp Sun Feb 1 05:12:26
2009
@@ -21,7 +21,6 @@
#define HEADER_TINYGETTEXT_H
#include "po_parser.hpp"
-#include "po_file_reader.hpp"
#include "dictionary.hpp"
#include "directory.hpp"
#include "language.hpp"
Modified: branches/tinygettext-portable/test/SConscript
==============================================================================
--- branches/tinygettext-portable/test/SConscript (original)
+++ branches/tinygettext-portable/test/SConscript Sun Feb 1 05:12:26 2009
@@ -1,7 +1,6 @@
# -*- python -*-
env =
Environment(CXXFLAGS=['-g', '-O0', '-ansi', '-pedantic', '-Wall', '-Werror'],
CPPPATH=['../src'])
-env.Program('tinygettext-test', ['test.cpp', '../src/libtinygettext.a'])
env.Program('tinygettext', ['tinygettext.cpp', '../src/libtinygettext.a'])
env.Program('po_parser_test',
['po_parser_test.cpp', '../src/libtinygettext.a'])
More information about the Supertux-Commit
mailing list