Make Mac builds also use the include-file approach to version information.

Originally committed to SVN as r1588.
This commit is contained in:
Niels Martin Hansen 2007-09-24 02:13:31 +00:00
parent 3f5b58762a
commit 4a4605f769
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include <wx/datetime.h>
#include "version.h"
#ifdef __WINDOWS__
#if __WINDOWS__ || __APPLE__
// This include is generated by build/make-svn-rev-header.py
// That script should be run before every build is initiated
#include "build/svn-revision.h"