From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AEBDC54E8D for ; Mon, 11 May 2020 19:46:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FA6320752 for ; Mon, 11 May 2020 19:46:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="I/HWZ+S6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731578AbgEKTqs (ORCPT ); Mon, 11 May 2020 15:46:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731560AbgEKTqp (ORCPT ); Mon, 11 May 2020 15:46:45 -0400 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 153D9C061A0C for ; Mon, 11 May 2020 12:46:44 -0700 (PDT) Received: by mail-wr1-x432.google.com with SMTP id s8so12501435wrt.9 for ; Mon, 11 May 2020 12:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=Vup9MT8sfUcv6xkbQAWR68a1iVgFiIUVwHGrIXy026Q=; b=I/HWZ+S6doi5Z6Z+m5jDpOm3k+WC9SqQ2xeoWPo5S+nDQSgL+JOHT+UFBBhUI052qM CUGXO2U4JUS3m1rHfKNvq4gUzEeIS50wJka8oLWSyxG2UKGJFIu986uvlPmnoMGH7uF9 xobfWrCWE+MpmBUJLBLA0kfCcywrwen5Ya/PnlHvQmKy3OJLAPLN75+8588Xu7YmR8u0 jLvpwHeicWIw6NTScPTOMMvS/+0ipHbBa6dFcGvY8yGSVFO+IOfWfN7ELorAhaIze9pH ut2kTws+AcYqd4ZzqwOgwd5nXU2I6xIUt9qJWDhu+3ZXL1bmMIGIQgzQ4mvzMxnQwfN6 ep9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=Vup9MT8sfUcv6xkbQAWR68a1iVgFiIUVwHGrIXy026Q=; b=FVi/GztKu3t6c5HGkj/mJZ4dbaucLCk7NaJ3yKLW+VLjjeSyrZ38jy+qvbZKVzIolm XPpSt1Kis3UsZZtaiHIfqLYM0zP1iaNrOfLI6HEX5V74IXKXxMDN/GJKKO/ClA3kRHdb ByzmtZGggEi84E0+PteLCGHpj5GzzM8wytJtZAbHMsOB7f4K8+Ax89NduojrM725CVgP RcDg+89C7n9Y0U4AFSm81iFdQPXjA90u/9lvEMt7LgLYBeGiUKriMQN/Mg+jtswZRe5y ZmF1ibyXljn7lm793jfp/A6mui7XnFX1mcCwFGfK3gAZIHzPm5OxY3YP4CVR0x90nNDt 4Egg== X-Gm-Message-State: AGi0PuYeB69pRsq+7MXucZx+58wIhoVELgJtkZzzjoXNdoaSb0lyx0eK E5RB/0haMVfz8I6zH0JYyIQdMH9E X-Google-Smtp-Source: APiQypJ1Mu6YQ60t03KffuNp+1w/Gy2DAqTd7whUHpIHS3KgT9ZLLoCpMiZhPI3Z30bP7PmT6VKKTQ== X-Received: by 2002:adf:d091:: with SMTP id y17mr20252349wrh.418.1589226402713; Mon, 11 May 2020 12:46:42 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id z11sm6529405wrr.32.2020.05.11.12.46.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 May 2020 12:46:42 -0700 (PDT) Message-Id: In-Reply-To: References: From: "Johannes Schindelin via GitGitGadget" Date: Mon, 11 May 2020 19:46:27 +0000 Subject: [PATCH v13 12/13] vcxproj: adjust for the reftable changes Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Han-Wen Nienhuys , Johannes Schindelin Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin This allows Git to be compiled via Visual Studio again after integrating the `hn/reftable` branch. Signed-off-by: Johannes Schindelin --- config.mak.uname | 2 +- contrib/buildsystems/Generators/Vcxproj.pm | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config.mak.uname b/config.mak.uname index 5ad43c80b1a..484aec15ac2 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -710,7 +710,7 @@ vcxproj: # Make .vcxproj files and add them unset QUIET_GEN QUIET_BUILT_IN; \ perl contrib/buildsystems/generate -g Vcxproj - git add -f git.sln {*,*/lib,t/helper/*}/*.vcxproj + git add -f git.sln {*,*/lib,*/libreftable,t/helper/*}/*.vcxproj # Generate the LinkOrCopyBuiltins.targets and LinkOrCopyRemoteHttp.targets file (echo '' && \ diff --git a/contrib/buildsystems/Generators/Vcxproj.pm b/contrib/buildsystems/Generators/Vcxproj.pm index 5c666f9ac03..33a08d31652 100644 --- a/contrib/buildsystems/Generators/Vcxproj.pm +++ b/contrib/buildsystems/Generators/Vcxproj.pm @@ -77,7 +77,7 @@ sub createProject { my $libs_release = "\n "; my $libs_debug = "\n "; if (!$static_library) { - $libs_release = join(";", sort(grep /^(?!libgit\.lib|xdiff\/lib\.lib|vcs-svn\/lib\.lib)/, @{$$build_structure{"$prefix${name}_LIBS"}})); + $libs_release = join(";", sort(grep /^(?!libgit\.lib|xdiff\/lib\.lib|vcs-svn\/lib\.lib|reftable\/libreftable\.lib)/, @{$$build_structure{"$prefix${name}_LIBS"}})); $libs_debug = $libs_release; $libs_debug =~ s/zlib\.lib/zlibd\.lib/g; $libs_debug =~ s/libcurl\.lib/libcurl-d\.lib/g; @@ -231,6 +231,7 @@ sub createProject { EOM if (!$static_library || $target =~ 'vcs-svn' || $target =~ 'xdiff') { my $uuid_libgit = $$build_structure{"LIBS_libgit_GUID"}; + my $uuid_libreftable = $$build_structure{"LIBS_reftable/libreftable_GUID"}; my $uuid_xdiff_lib = $$build_structure{"LIBS_xdiff/lib_GUID"}; print F << "EOM"; @@ -240,6 +241,14 @@ sub createProject { false EOM + if (!($name =~ /xdiff|libreftable/)) { + print F << "EOM"; + + $uuid_libreftable + false + +EOM + } if (!($name =~ 'xdiff')) { print F << "EOM"; -- gitgitgadget