From 2e8ca1aa9bf68fdfc99ab31999939feef4862642 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 9 Nov 2010 15:55:17 +0000 Subject: [PATCH] create_msvc: Added the SDL_BACKEND define, to fix compilation with MSVC svn-id: r54159 --- tools/create_msvc/create_msvc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index 07943a7b824..277260375a8 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -838,6 +838,7 @@ const Feature s_features[] = { { "mpeg2", "USE_MPEG2", "libmpeg2.lib", false, "mpeg2 codec for cutscenes" }, // ScummVM feature flags + { "sdlbackend", "SDL_BACKEND", "", true, "SDL backend" }, { "scalers", "USE_SCALERS", "", true, "Scalers" }, { "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" }, { "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },