From 9d46aeac62ec8559460007494334290af67b9dd1 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Mon, 5 Feb 2024 10:39:15 +0100 Subject: Remove XmakeWarning options from vsxmake projects --- xmake/scripts/vsxmake/vsproj/Xmake.props | 1 - xmake/scripts/vsxmake/vsproj/Xmake.targets | 4 ---- xmake/scripts/vsxmake/vsproj/Xmake.xml | 6 ------ xmake/scripts/vsxmake/vsproj/templates/Xmake.Custom.props | 7 ++----- 4 files changed, 2 insertions(+), 16 deletions(-) diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.props b/xmake/scripts/vsxmake/vsproj/Xmake.props index 3e3a33298..c5c0d6029 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.props +++ b/xmake/scripts/vsxmake/vsproj/Xmake.props @@ -41,7 +41,6 @@ true - true false false false diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.targets b/xmake/scripts/vsxmake/vsproj/Xmake.targets index 55f6b1fd2..b7db71d2f 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.targets +++ b/xmake/scripts/vsxmake/vsproj/Xmake.targets @@ -48,9 +48,6 @@ <_XmakeConfigFlags>$(XmakeConfigFlags.Trim()) <_XmakeConfigFlags>-p $(XmakePlat) -m $(XmakeMode) -a $(XmakeArch) $(_XmakeOutFlag) $(_XmakeConfigFlags.Trim()) - <_XmakeBuildFlags>$(XmakeBuildFlags.Trim()) - <_XmakeBuildFlags Condition="$(XmakeWarning)">-w $(_XmakeBuildFlags.Trim()) - <_XmakeBuildFileFlags>$(_XmakeBuildFlags.Trim()) <_XmakeBuildFileFlags Condition="$(XmakeRebuildFile)">$(_XmakeBuildFileFlags.Trim()) -r @@ -169,7 +166,6 @@ MSBuild Properties: XmakeConfigFileDir: $(XmakeConfigFileDirResolved) XmakeRunDir: $(XmakeRunDirResolved) Xmake Flags: - XmakeWarning: $(XmakeWarning) XmakeVerbose: $(XmakeVerbose) XmakeDiagnosis: $(XmakeDiagnosis) XmakeRebuildFile: $(XmakeRebuildFile) diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.xml b/xmake/scripts/vsxmake/vsproj/Xmake.xml index 11dddabec..2b7fea645 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.xml +++ b/xmake/scripts/vsxmake/vsproj/Xmake.xml @@ -25,12 +25,6 @@ Category="Common" Description="Print lots of diagnosis information (backtrace, check info ..) only for developers." Switch="diagnosis" /> - -D - For -w, -v and -D, use , and is more convenient. + For -v and -D, use and as its more convenient. --> - - - - + -- cgit v1.3.1