mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Got rid of build-credit.h
Originally committed to SVN as r1672.
This commit is contained in:
parent
84079aa7a1
commit
c0b9a2a5bd
@ -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 "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
if not exist "..\build-credit.h" (copy "..\build-credit-base.h" "..\build-credit.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -1,3 +0,0 @@
|
||||
// This file determines the name of the person building the program
|
||||
|
||||
#define BUILD_CREDIT "Anonymous"
|
Loading…
x
Reference in New Issue
Block a user