mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 19:22:40 +01:00
- updates related to debian package standards
This commit is contained in:
parent
a212b19efa
commit
b2f3748168
@ -317,7 +317,7 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) {
|
||||
printf("\n %s %s=desert2",extractFileFromDirectoryPath(argv0).c_str(),GAME_ARGS[GAME_ARG_VALIDATE_TILESET]);
|
||||
|
||||
printf("\n%s=x",GAME_ARGS[GAME_ARG_TRANSLATE_TECHTREES]);
|
||||
printf("\n \t\tProduces a deafult lng file for the specified techtree");
|
||||
printf("\n \t\tProduces a default lng file for the specified techtree");
|
||||
printf("\n \t\tto prepare for translation into other languages.");
|
||||
printf("\n \t\tWhere x is a techtree name");
|
||||
|
||||
|
@ -1,3 +1,14 @@
|
||||
// ==============================================================
|
||||
// This file is part of MegaGlest Unit Tests (www.megaglest.org)
|
||||
//
|
||||
// Copyright (C) 2013 Mark Vejvoda
|
||||
//
|
||||
// You can redistribute this code and/or modify it under
|
||||
// the terms of the GNU General Public License as published
|
||||
// by the Free Software Foundation; either version 2 of the
|
||||
// License, or (at your option) any later version
|
||||
// ==============================================================
|
||||
|
||||
#include <cppunit/CompilerOutputter.h>
|
||||
#include <cppunit/extensions/TestFactoryRegistry.h>
|
||||
#include <cppunit/ui/text/TestRunner.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user