add version/aboutmsg replacements
git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
c2ae50ffbd
commit
21a6a62a8b
4
include/aboutmsg.h
Normal file
4
include/aboutmsg.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// Makefile appends preprocessor flags instead now
|
||||
#ifndef RADIANT_ABOUTMSG
|
||||
#error no RADIANT_ABOUTMSG defined
|
||||
#endif
|
||||
10
include/version.h
Normal file
10
include/version.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Makefile appends preprocessor flags instead now
|
||||
#ifndef RADIANT_VERSION
|
||||
#error no RADIANT_VERSION defined
|
||||
#endif
|
||||
#ifndef RADIANT_MAJOR_VERSION
|
||||
#error no RADIANT_MAJOR_VERSION defined
|
||||
#endif
|
||||
#ifndef RADIANT_MINOR_VERSION
|
||||
#error no RADIANT_MINOR_VERSION defined
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user