Skip to content
Extraits de code Groupes Projets
Valider c0b9a2a5 rédigé par Rodrigo Braz Monteiro's avatar Rodrigo Braz Monteiro
Parcourir les fichiers

Got rid of build-credit.h

Originally committed to SVN as r1672.
parent 84079aa7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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)
......
......@@ -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
......
......@@ -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"
......
// This file determines the name of the person building the program
#define BUILD_CREDIT "Anonymous"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter