(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.

This commit is contained in:
rubidium
2009-08-21 20:15:17 +00:00
parent a27e7231b4
commit 60a3bc9034
13 changed files with 39 additions and 27 deletions

View File

@@ -56,9 +56,9 @@
1999-05-03 lpd Original version.
*/
#include "stdafx.h"
#include "core/bitmath_func.hpp"
#include "core/endian_func.hpp"
#include "../../stdafx.h"
#include "../../core/bitmath_func.hpp"
#include "../../core/endian_func.hpp"
#include "md5.h"
#define T_MASK ((uint32)~0)

View File

View File

@@ -334,7 +334,7 @@ char *AIScanner::GetAIConsoleList(char *p, const char *last)
#if defined(ENABLE_NETWORK)
#include "../network/network_content.h"
#include "../md5.h"
#include "../3rdparty/md5/md5.h"
#include "../tar_type.h"
/** Helper for creating a MD5sum of all files within of an AI. */

View File

@@ -523,7 +523,7 @@ void FiosGetHeightmapList(SaveLoadDialogMode mode)
#if defined(ENABLE_NETWORK)
#include "core/smallvec_type.hpp"
#include "network/network_content.h"
#include "md5.h"
#include "3rdparty/md5/md5.h"
/** Basic data to distinguish a scenario. Used in the server list window */
struct ScenarioIdentifier {

View File

@@ -8,7 +8,7 @@
#include "fileio_func.h"
#include "fios.h"
#include "newgrf.h"
#include "md5.h"
#include "3rdparty/md5/md5.h"
#include "fontcache.h"
#include "gfx_func.h"
#include "settings_type.h"

View File

@@ -381,6 +381,7 @@ struct AboutWindow : public Window {
"",
" Alberto Demichelis - Squirrel scripting language © 2003-2008",
" Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames © 1996-2008",
" L. Peter Deutsch - MD5 implementation © 1999, 2000, 2002",
" Michael Blunck - Pre-Signals and Semaphores © 2003",
" George - Canal/Lock graphics © 2003-2004",
" David Dallaston - Tram tracks",

View File

@@ -22,7 +22,7 @@
#include "core/host.h"
#include "network_gui.h"
#include "../console_func.h"
#include "../md5.h"
#include "../3rdparty/md5/md5.h"
#include "../core/random_func.hpp"
#include "../window_func.h"
#include "../string_func.h"

View File

@@ -14,7 +14,7 @@
#include "../command_func.h"
#include "../console_func.h"
#include "../fileio_func.h"
#include "../md5.h"
#include "../3rdparty/md5/md5.h"
#include "../strings_func.h"
#include "../window_func.h"
#include "../string_func.h"

View File

@@ -4,7 +4,7 @@
#include "stdafx.h"
#include "debug.h"
#include "md5.h"
#include "3rdparty/md5/md5.h"
#include "newgrf.h"
#include "string_func.h"
#include "gamelog.h"