From a3d1f19ffd284adb176fc447fbd606ca78c95ab0 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 30 Nov 2005 23:33:29 +0000 Subject: [PATCH] fixed the build options for different configurations svn path=/trunk/; revision=19792 --- reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp index b6f3c473c09..c8cfb07e4d4 100644 --- a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp @@ -228,7 +228,7 @@ MSVCBackend::_generate_vcproj ( const Module& module ) fprintf ( OUT, "\t\t\t\r\n", speed ? "0" : "4");