Add FINAL_RELEASE and WITH_STARTUPLOG defines (both commented out) in config_windows0.h base.

Originally committed to SVN as r3053.
This commit is contained in:
Niels Martin Hansen 2009-06-12 17:13:22 +00:00
parent 956f657c8d
commit 5f7884ab22
1 changed files with 11 additions and 0 deletions

View File

@ -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