From 3fd92a4f96e48068a6bb9506f5adcc5fb9984ebe Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Tue, 12 Sep 2006 21:02:39 +0000 Subject: [PATCH] Revert changes from r23620 until a better solution can be found as it breaks opening of cpl applets with VS. The 'DebugSettings' should be stored in the .user file. svn path=/trunk/; revision=24084 --- reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp index 6e5c7c391bb..756f05611d3 100644 --- a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp @@ -243,14 +243,6 @@ 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