Remove old autogenerated notice, add notice that tools/image is no longer useful.

Icons are now always in separate image files (and joined at run-time), so there is currently no tool which
autogenerates the header. The header should be updated manually, if adding new icons.

Fixes ticket:3886.
master
Cyp 2013-01-18 08:53:36 +01:00
parent c5d07a5407
commit 5afffc2f9b
3 changed files with 29 additions and 1 deletions

View File

@ -1,4 +1,28 @@
// THIS IS AN AUTOGENERATED HEADER! DO NOT EDIT (since your changes would be lost, anyway)!
/*
This file is part of Warzone 2100.
Copyright (C) 2013 Warzone 2100 Project
Warzone 2100 is free software; you can redistribute it 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.
Warzone 2100 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Warzone 2100; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file frend.h
*
* List corresponding to the files in data/base/images/frontend.img
* This used to be autogenerated at some point.
*/
#ifndef __INCLUDED_SRC_FREND_H__
#define __INCLUDED_SRC_FREND_H__

View File

@ -20,6 +20,7 @@
* @file intfac.h
*
* interface enums
* List corresponding to the files in data/base/images/intfac.img
*/

View File

@ -19,6 +19,9 @@ void printUsage(char const *programName)
"\t%s join data/base/images/frontend src/frend.h\n"
"\t\t--no-crush: Don't crush modified png files.\n"
"\n"
"THIS PROGRAM IS NO LONGER USEFUL (except perhaps as part of converting\n"
"old mods).\n"
"\n"
"The header file argument is optional. After splitting data/base/images/X,\n"
"you may edit one or more of resulting data/base/images/X/*.png files, and\n"
"then join. After splitting, you may also add files. If adding a file\n"