Kann ich eine Compiler -Option mit der Befehlszeile der MSBUILD einstellen?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Kann ich eine Compiler -Option mit der Befehlszeile der MSBUILD einstellen?

by Guest » 14 Feb 2025, 03:21

Ich möchte beispielsweise das Anzeigen inklusive (inklusive (

Code: Select all

\showIncludes
aus C ++ Compiler Advanced Configurations) für ein Projekt über MSBUILD -Befehlszeile. Kann ich es irgendwie schaffen, ohne die Projekteigenschaften zu ändern? p>

Code: Select all

MSBuild.exe /p:Configuration=Debug /p:Platform=x64 /p:ShowIncludes=true "myproj.vcxproj" -t:Rebuild

Top