From 7b552282ffc30b8773b0a2dd309ab50815e878d1 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sun, 4 Jan 2009 06:42:49 +0000 Subject: [PATCH] Fixed config for MSVC Originally committed to SVN as r2622. --- aegisub/config.h | 2 +- aegisub/config/config_windows0.h | 12 ++++---- build/aegisub_vs2008/aegisub_vs2008.vcproj | 32 +++++++--------------- csri/csri_2008.vcproj | 8 +++--- 4 files changed, 21 insertions(+), 33 deletions(-) diff --git a/aegisub/config.h b/aegisub/config.h index 21e7cd859..72ba9438c 100644 --- a/aegisub/config.h +++ b/aegisub/config.h @@ -1,4 +1,4 @@ -#ifdef __WINDOWS__ +#ifdef _WIN32 // Windows specific settings #include "config/config_windows.h" diff --git a/aegisub/config/config_windows0.h b/aegisub/config/config_windows0.h index 0ec2a20fb..df9830f04 100644 --- a/aegisub/config/config_windows0.h +++ b/aegisub/config/config_windows0.h @@ -52,17 +52,17 @@ // Enable Automation // Requires: Nothing -//#define WITH_AUTOMATION +#define WITH_AUTOMATION // Enable Automation 4 Lua // Requires: Lua 5.1 (in repository) -//#define WITH_AUTO4_LUA +#define WITH_AUTO4_LUA // Enable Automation 3 // Requires: auto3 dll (in repository), Lua (in repository) -//#define WITH_AUTO3 +#define WITH_AUTO3 // Enable DirectSound audio player @@ -72,7 +72,7 @@ // Enable Avisynth // Requires: nothing (just the avisynth dlls) -//#define WITH_AVISYNTH +#define WITH_AVISYNTH @@ -88,7 +88,7 @@ // Enable CSRI, required for styles previews in the style editor and some video providers // Requires: csri (in repository) -//#define WITH_CSRI +#define WITH_CSRI // Enable universal charset detector, so Aegisub can automatically detect the encoding of non-unicode subtitles @@ -144,7 +144,7 @@ // Enable ffmpegsource video and audio providers // Requires: ffmpegsource version 2 -#define WITH_FFMPEGSOURCE +//#define WITH_FFMPEGSOURCE // Enable Ruby support for Automation diff --git a/build/aegisub_vs2008/aegisub_vs2008.vcproj b/build/aegisub_vs2008/aegisub_vs2008.vcproj index aa1a12693..51dbb59ae 100644 --- a/build/aegisub_vs2008/aegisub_vs2008.vcproj +++ b/build/aegisub_vs2008/aegisub_vs2008.vcproj @@ -1939,30 +1939,18 @@ - - - - - - - + - - - - - + + +