From 9d51917ac5b937e18aa005d42e3ed59eb9fe890b Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Fri, 12 Jun 2009 17:13:22 +0000 Subject: [PATCH] Add FINAL_RELEASE and WITH_STARTUPLOG defines (both commented out) in config_windows0.h base. Originally committed to SVN as r3053. --- aegisub/src/config/config_windows0.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/aegisub/src/config/config_windows0.h b/aegisub/src/config/config_windows0.h index 859126a02..4ca996b29 100644 --- a/aegisub/src/config/config_windows0.h +++ b/aegisub/src/config/config_windows0.h @@ -104,6 +104,12 @@ //#define WITH_OLD_HUNSPELL +// Enable "final release" mode +// Displays different versions numbers in About box and title bar, and omits detailed version information from +// the title bar. Only core developers should enable then, and only when making builds for mass consumption. +//#define FINAL_RELEASE + + /////////////// LOW PRIORITY //////////// @@ -175,3 +181,8 @@ // Enable Pulse Audio audio player // Requires libpulse (and a *NIX compatible system and a running sound server to actually use) //#define WITH_PULSEAUDIO + + +// Display trace-level diagnostic messages during startup +// Only enable for making special builds for end users having trouble with starting Aegisub +//#define WITH_STARTUPLOG