Got rid of build-credit.h

Originally committed to SVN as r1672.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-10 21:27:53 +00:00
parent 84079aa7a1
commit c0b9a2a5bd
4 changed files with 12 additions and 6 deletions

View File

@ -37,9 +37,13 @@
#include <wx/datetime.h>
#include "version.h"
#if defined(__WINDOWS__) || defined(__APPLE__)
#ifdef __WINDOWS__
#include "win32/config.h"
#include "../build/svn-revision.h"
#else
#ifdef __APPLE__
#include "macosx/config.h"
#include "../build/svn-revision.h"
#include "../build/build-credit.h"
#else
@ -47,6 +51,7 @@
#define BUILD_SVN_REVISION 0
#endif
#endif
#endif
#define _T_rec(X) _T(X)

View File

@ -37,6 +37,10 @@
#pragma once
// Build credit: Set this to a string with your name as you want it to appear on the program
#define BUILD_CREDIT "Anonymous"
////////////// HIGH PRIORITY /////////////
// Enable Automation

View File

@ -24,7 +24,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist &quot;..\..\aegisub\win32\config.h&quot; (copy &quot;..\..\aegisub\win32\config0.h&quot; &quot;..\..\aegisub\win32\config.h&quot;)&#x0D;&#x0A;if not exist &quot;..\build-credit.h&quot; (copy &quot;..\build-credit-base.h&quot; &quot;..\build-credit.h&quot;)&#x0D;&#x0A;SubWCRev.exe &quot;..\..\aegisub&quot; &quot;..\svn-revision-base.h&quot; &quot;..\svn-revision.h&quot;&#x0D;&#x0A;"
CommandLine="if not exist &quot;..\..\aegisub\win32\config.h&quot; (copy &quot;..\..\aegisub\win32\config0.h&quot; &quot;..\..\aegisub\win32\config.h&quot;)&#x0D;&#x0A;SubWCRev.exe &quot;..\..\aegisub&quot; &quot;..\svn-revision-base.h&quot; &quot;..\svn-revision.h&quot;&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"

View File

@ -1,3 +0,0 @@
// This file determines the name of the person building the program
#define BUILD_CREDIT "Anonymous"