source: box/trunk/lib/common/BannerText.h @ 3030

Revision 3030, 523 bytes checked in by chris, 7 months ago (diff)

Avoid recompiling everything on MSVC when BoxVersion?.h changes.

  • Property svn:eol-style set to native
Line 
1// --------------------------------------------------------------------------
2//
3// File
4//              Name:    BannerText.h
5//              Purpose: Banner text for daemons and utilities
6//              Created: 1/1/04
7//
8// --------------------------------------------------------------------------
9
10#ifndef BANNERTEXT__H
11#define BANNERTEXT__H
12
13#ifdef NEED_BOX_VERSION_H
14#       include "BoxVersion.h"
15#endif
16
17#define BANNER_TEXT(UtilityName) \
18        "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and " \
19        "contributors 2003-2011"
20
21#endif // BANNERTEXT__H
22
Note: See TracBrowser for help on using the repository browser.