[7541] Add new files to makefile for restore unix/linux build.

This commit is contained in:
VladimirMangos 2009-03-26 11:49:00 +03:00
parent c33eff13f4
commit 5538aeb9a7
2 changed files with 3 additions and 1 deletions

View file

@ -214,6 +214,8 @@ libmangosgame_a_SOURCES = \
RandomMovementGenerator.h \ RandomMovementGenerator.h \
ReactorAI.cpp \ ReactorAI.cpp \
ReactorAI.h \ ReactorAI.h \
ReputationMgr.cpp \
ReputationMgr.h \
ScriptCalls.cpp \ ScriptCalls.cpp \
ScriptCalls.h \ ScriptCalls.h \
SharedDefines.h \ SharedDefines.h \

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7540" #define REVISION_NR "7541"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__