开发者

porting MSVS proj files to makefiles?

开发者 https://www.devze.com 2023-01-09 23:11 出处:网络
Does anyone know 开发者_运维知识库if/how to automatically generate makefiles from a .sln/.vcproj files of a C++ application in MSVS to be used to compile and build this application on Linux ?

Does anyone know 开发者_运维知识库if/how to automatically generate makefiles from a .sln/.vcproj files of a C++ application in MSVS to be used to compile and build this application on Linux ?

Thanks, --Yariv


You can create a makefile from within Visual Studio. It's not exactly the same thing as in Linux, but the numner of required modifications is not too big.

MSDN: Creating a Makefile Project

0

精彩评论

暂无评论...
验证码 换一张
取 消