MSBuild back-end and static Linux app Sysprogs forums › Forums › VisualGDB › MSBuild back-end and static Linux app This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago by Costya. Log In Register Lost Password Viewing 5 posts - 1 through 5 (of 5 total) Author Posts January 31, 2017 at 04:46 #10220 CostyaParticipant Hi, The new MSBuild back-end is great, fast and transparent. But how can I build static Linux application? January 31, 2017 at 04:49 #10221 supportKeymaster Hi, Do you mean a static library? You can do that by selecting “static library” in the wizard or changing the output type to “static library” via Visual Studio Project Properties. January 31, 2017 at 05:01 #10222 CostyaParticipant No, I mean static Linux application. In makefiles I added -static to gcc. And where can add -static with MSBuild back-end? January 31, 2017 at 18:51 #10236 supportKeymaster Hi, You can add “-static” to via VS Project Properties -> Linker -> Command Line -> Additional Options. January 31, 2017 at 19:02 #10237 CostyaParticipant It works! Thank you very much! Author Posts Log In Register Lost Password Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In