From 9348f70d7dd04218d076115717331da5d9ece30c Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 20 Aug 2006 19:19:21 +0000 Subject: [PATCH] * implement debugger settings for Control Panel Applets for MSVC2005 * in order to use, start the vcproj save sln and restart && enjoy svn path=/trunk/; revision=23620 --- reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp index 756f05611d3..6e5c7c391bb 100644 --- a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp @@ -243,6 +243,14 @@ MSVCBackend::_generate_vcproj ( const Module& module ) fprintf ( OUT, "\t\t\tConfigurationType=\"%d\"\r\n", exe ? 1 : dll ? 2 : lib ? 4 : -1 ); fprintf ( OUT, "\t\t\tCharacterSet=\"2\">\r\n" ); + if ( module_type == ".cpl" && configuration.VSProjectVersion == "8.00") + { + fprintf ( OUT, "\t\t\t" ); + } + fprintf ( OUT, "\t\t\t