From cf38dbe13907f72014a5dca977db492ac4f29f07 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 17 Jan 2008 01:45:42 +0000 Subject: [PATCH] Updated config0.h to include the Perl define Originally committed to SVN as r1748. --- aegisub/win32/config0.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aegisub/win32/config0.h b/aegisub/win32/config0.h index e35682fce..1c7711105 100644 --- a/aegisub/win32/config0.h +++ b/aegisub/win32/config0.h @@ -58,6 +58,7 @@ //#define WITH_DIRECTSOUND + ///////////// MEDIUM PRIORITY //////////// // Enable FreeType2 font lister for the fonts collector @@ -86,6 +87,7 @@ //#define WITH_OLD_HUNSPELL + /////////////// LOW PRIORITY //////////// // Enable DirectShow video provider @@ -93,6 +95,14 @@ //#define WITH_DIRECTSHOW +// Enable Perl scripting +// Requires: perl library (ActivePerl comes with one for Visual C++ under lib\core\) +//#define WITH_PERL + + + +///////////// NOT RECOMMENDED ///////////// + // Enable FontConfig // Requires: fontconfig //#define WITH_FONTCONFIG