scummvm/base/internal_version.h.in
Littleboy e086321dfa CREATE_PROJECT: Merge with latest version of create_project from the ScummVM repository
- Add revision template to base/ folder
 - Add residual configuration file
2011-04-25 05:44:50 +08:00

20 lines
433 B
C

#ifndef INCLUDED_FROM_BASE_VERSION_CPP
#error This file may only be included by base/version.cpp
#endif
// Reads revision number from file
// (this is used when building with Visual Studio)
#ifdef RESIDUAL_INTERNAL_REVISION
#include "internal_revision.h"
#endif
#ifdef RELEASE_BUILD
#undef RESIDUAL_REVISION
#endif
#ifndef RESIDUAL_REVISION
#define RESIDUAL_REVISION
#endif
#define RESIDUAL_VERSION "@VERSION@" RESIDUAL_REVISION